Html Css Color HEX #B9E120 Inch Worm

📋 copy color: '#B9E120'

red 185 ◦ green 225 ◦ blue 32

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

Shades of Inch Worm #B9E120

Tints of Inch Worm #B9E120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.9%

 BLUE value IS 32 (12.89% from 255) = 7.24%

R = 41.86%
G = 50.9%
B = 7.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#B9E120 (or 0xB9E120) is known color: Inch Worm. HEX triplet: B9, E1 and 20. RGB value is (185,225,32). Sum of RGB (Red+Green+Blue) = 185+225+32=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E120 is #461EDF. Grayscale: #BFBFBF. Windows color (decimal): -4595424 or 2154937. OLE color: 2154937.

HSL color Cylindrical-coordinate representation of color #B9E120: hue angle of 72.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9E120 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 225 32 -
CMYK 0.18 0 0.86 0.12
HSL 72.44º 0.76% 0.5% -
HSV(B) 72.44º 0.86% 0.88% -
XYZ 47.19 64.27 11.28 -
YUV 191.04 38.25 123.69 -
System Red Green Blue C M Y K H S L
Decimal 185 225 32 0.18 0 0.86 0.12 72.44 0.76 0.5
Hex B9 E1 20 12 0 56 C 48 4C 32
Octal 271 341 40 22 0 126 14 110 114 62
Binary 10111001 11100001 100000 10010 0 1010110 1100 1001000 1001100 110010

Color Harmonies of #B9E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E120

Black with #B9E120

Text Example


Text Example

White with #B9E120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E120; }

 p { color: rgb(185,225,32); }

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

background-color css

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

 a { background-color: rgb(185,225,32); }

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

border-color css

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

 span { border-color: rgb(185,225,32); }

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