Html Css Color HEX #B9D80C Inch Worm

📋 copy color: '#B9D80C'

red 185 ◦ green 216 ◦ blue 12

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

Shades of Inch Worm #B9D80C

Tints of Inch Worm #B9D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.3%

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 44.79%
G = 52.3%
B = 2.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#B9D80C (or 0xB9D80C) is known color: Inch Worm. HEX triplet: B9, D8 and 0C. RGB value is (185,216,12). Sum of RGB (Red+Green+Blue) = 185+216+12=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D80C is #4627F3. Grayscale: #B8B8B8. Windows color (decimal): -4597748 or 841913. OLE color: 841913.

HSL color Cylindrical-coordinate representation of color #B9D80C: hue angle of 69.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9D80C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 216 12 -
CMYK 0.14 0 0.94 0.15
HSL 69.12º 0.89% 0.45% -
HSV(B) 69.12º 0.94% 0.85% -
XYZ 44.63 59.45 9.47 -
YUV 183.48 31.23 129.09 -
System Red Green Blue C M Y K H S L
Decimal 185 216 12 0.14 0 0.94 0.15 69.12 0.89 0.45
Hex B9 D8 C E 0 5E F 45 59 2D
Octal 271 330 14 16 0 136 17 105 131 55
Binary 10111001 11011000 1100 1110 0 1011110 1111 1000101 1011001 101101

Color Harmonies of #B9D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D80C

Black with #B9D80C

Text Example


Text Example

White with #B9D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D80C; }

 p { color: rgb(185,216,12); }

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

background-color css

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

 a { background-color: rgb(185,216,12); }

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

border-color css

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

 span { border-color: rgb(185,216,12); }

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