Html Css Color HEX #B9D805 Inch Worm

📋 copy color: '#B9D805'

red 185 ◦ green 216 ◦ blue 5

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

Shades of Inch Worm #B9D805

Tints of Inch Worm #B9D805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 45.57%
G = 53.2%
B = 1.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#B9D805 (or 0xB9D805) is known color: Inch Worm. HEX triplet: B9, D8 and 05. RGB value is (185,216,5). Sum of RGB (Red+Green+Blue) = 185+216+5=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9D805 is #4627FA. Grayscale: #B7B7B7. Windows color (decimal): -4597755 or 383161. OLE color: 383161.

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

Color convert

RGB 185 216 5 -
CMYK 0.14 0 0.98 0.15
HSL 68.82º 0.95% 0.43% -
HSV(B) 68.82º 0.98% 0.85% -
XYZ 44.59 59.44 9.27 -
YUV 182.68 27.73 129.66 -
System Red Green Blue C M Y K H S L
Decimal 185 216 5 0.14 0 0.98 0.15 68.82 0.95 0.43
Hex B9 D8 5 E 0 62 F 45 5F 2B
Octal 271 330 5 16 0 142 17 105 137 53
Binary 10111001 11011000 101 1110 0 1100010 1111 1000101 1011111 101011

Color Harmonies of #B9D805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D805

Black with #B9D805

Text Example


Text Example

White with #B9D805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D805; }

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

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

background-color css

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

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

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

border-color css

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

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

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