Html Css Color HEX #B9E010 Inch Worm

📋 copy color: '#B9E010'

red 185 ◦ green 224 ◦ blue 16

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

Shades of Inch Worm #B9E010

Tints of Inch Worm #B9E010

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.71%

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 43.53%
G = 52.71%
B = 3.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#B9E010 (or 0xB9E010) is known color: Inch Worm. HEX triplet: B9, E0 and 10. RGB value is (185,224,16). Sum of RGB (Red+Green+Blue) = 185+224+16=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 224 (87.89% from 255 or 52.71% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E010 is #461FEF. Grayscale: #BDBDBD. Windows color (decimal): -4595696 or 1106105. OLE color: 1106105.

HSL color Cylindrical-coordinate representation of color #B9E010: hue angle of 71.25º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9E010 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 224 16 -
CMYK 0.17 0 0.93 0.12
HSL 71.25º 0.87% 0.47% -
HSV(B) 71.25º 0.93% 0.88% -
XYZ 46.76 63.66 10.31 -
YUV 188.63 30.58 125.41 -
System Red Green Blue C M Y K H S L
Decimal 185 224 16 0.17 0 0.93 0.12 71.25 0.87 0.47
Hex B9 E0 10 11 0 5D C 47 57 2F
Octal 271 340 20 21 0 135 14 107 127 57
Binary 10111001 11100000 10000 10001 0 1011101 1100 1000111 1010111 101111

Color Harmonies of #B9E010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E010

Black with #B9E010

Text Example


Text Example

White with #B9E010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E010; }

 p { color: rgb(185,224,16); }

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

background-color css

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

 a { background-color: rgb(185,224,16); }

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

border-color css

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

 span { border-color: rgb(185,224,16); }

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