Html Css Color HEX #B9E016 Inch Worm

📋 copy color: '#B9E016'

red 185 ◦ green 224 ◦ blue 22

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

Shades of Inch Worm #B9E016

Tints of Inch Worm #B9E016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.1%

R = 42.92%
G = 51.97%
B = 5.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#B9E016 (or 0xB9E016) is known color: Inch Worm. HEX triplet: B9, E0 and 16. RGB value is (185,224,22). Sum of RGB (Red+Green+Blue) = 185+224+22=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9E016 is #461FE9. Grayscale: #BEBEBE. Windows color (decimal): -4595690 or 1499321. OLE color: 1499321.

HSL color Cylindrical-coordinate representation of color #B9E016: hue angle of 71.58º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9E016 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 224 22 -
CMYK 0.17 0 0.90 0.12
HSL 71.58º 0.82% 0.48% -
HSV(B) 71.58º 0.9% 0.88% -
XYZ 46.81 63.68 10.58 -
YUV 189.31 33.58 124.93 -
System Red Green Blue C M Y K H S L
Decimal 185 224 22 0.17 0 0.90 0.12 71.58 0.82 0.48
Hex B9 E0 16 11 0 5A C 48 52 30
Octal 271 340 26 21 0 132 14 110 122 60
Binary 10111001 11100000 10110 10001 0 1011010 1100 1001000 1010010 110000

Color Harmonies of #B9E016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E016

Black with #B9E016

Text Example


Text Example

White with #B9E016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E016; }

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

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

background-color css

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

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

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

border-color css

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

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

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