Html Css Color HEX #B9DC11 Inch Worm

📋 copy color: '#B9DC11'

red 185 ◦ green 220 ◦ blue 17

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

Shades of Inch Worm #B9DC11

Tints of Inch Worm #B9DC11

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.13%

 BLUE value IS 17 (7.03% from 255) = 4.03%

R = 43.84%
G = 52.13%
B = 4.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#B9DC11 (or 0xB9DC11) is known color: Inch Worm. HEX triplet: B9, DC and 11. RGB value is (185,220,17). Sum of RGB (Red+Green+Blue) = 185+220+17=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DC11 is #4623EE. Grayscale: #BBBBBB. Windows color (decimal): -4596719 or 1170617. OLE color: 1170617.

HSL color Cylindrical-coordinate representation of color #B9DC11: hue angle of 70.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9DC11 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 17 -
CMYK 0.16 0 0.92 0.14
HSL 70.34º 0.86% 0.46% -
HSV(B) 70.34º 0.92% 0.86% -
XYZ 45.7 61.54 10 -
YUV 186.39 32.4 127.01 -
System Red Green Blue C M Y K H S L
Decimal 185 220 17 0.16 0 0.92 0.14 70.34 0.86 0.46
Hex B9 DC 11 10 0 5C E 46 56 2E
Octal 271 334 21 20 0 134 16 106 126 56
Binary 10111001 11011100 10001 10000 0 1011100 1110 1000110 1010110 101110

Color Harmonies of #B9DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC11

Black with #B9DC11

Text Example


Text Example

White with #B9DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC11; }

 p { color: rgb(185,220,17); }

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

background-color css

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

 a { background-color: rgb(185,220,17); }

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

border-color css

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

 span { border-color: rgb(185,220,17); }

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