Html Css Color HEX #B9DA14 Inch Worm

📋 copy color: '#B9DA14'

red 185 ◦ green 218 ◦ blue 20

#B9DA14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #B9DA14

Tints of Inch Worm #B9DA14

RGB

 RED value IS 185 (72.66% from 255) = 43.74%

 GREEN value IS 218 (85.55% from 255) = 51.54%

 BLUE value IS 20 (8.2% from 255) = 4.73%

R = 43.74%
G = 51.54%
B = 4.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9DA14 (or 0xB9DA14) is known color: Inch Worm. HEX triplet: B9, DA and 14. RGB value is (185,218,20). Sum of RGB (Red+Green+Blue) = 185+218+20=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 218 (85.55% from 255 or 51.54% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DA14 is #4625EB. Grayscale: #BABABA. Windows color (decimal): -4597228 or 1366713. OLE color: 1366713.

HSL color Cylindrical-coordinate representation of color #B9DA14: hue angle of 70º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9DA14 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 218 20 -
CMYK 0.15 0 0.91 0.15
HSL 70º 0.83% 0.47% -
HSV(B) 70º 0.91% 0.85% -
XYZ 45.21 60.51 9.96 -
YUV 185.56 34.57 127.6 -
System Red Green Blue C M Y K H S L
Decimal 185 218 20 0.15 0 0.91 0.15 70 0.83 0.47
Hex B9 DA 14 F 0 5B F 46 53 2F
Octal 271 332 24 17 0 133 17 106 123 57
Binary 10111001 11011010 10100 1111 0 1011011 1111 1000110 1010011 101111

Color Harmonies of #B9DA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DA14

Black with #B9DA14

Text Example


Text Example

White with #B9DA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DA14; }

 p { color: rgb(185,218,20); }

 H1.HeaderClassName
 {
   color: #B9DA14;
 }
 .AnyTagClassName
 {
   color: #B9DA14;
 }
</style>

background-color css

<style>
 a { background-color: #B9DA14; }

 a { background-color: rgb(185,218,20); }

 div.DivClassName
 {
   background-color: #B9DA14;
 }
 .BgClassName
 {
   background-color: #B9DA14;
 }
</style>

border-color css

<style>
 span { border-color: #B9DA14; }

 span { border-color: rgb(185,218,20); }

 td.TdClassName
 {
   border-color: #B9DA14;
 }
 .TagClassName
 {
   border-color: #B9DA14;
 }
</style>