Html Css Color HEX #B9DD1D Inch Worm

📋 copy color: '#B9DD1D'

red 185 ◦ green 221 ◦ blue 29

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

Shades of Inch Worm #B9DD1D

Tints of Inch Worm #B9DD1D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.8%

 BLUE value IS 29 (11.72% from 255) = 6.67%

R = 42.53%
G = 50.8%
B = 6.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#B9DD1D (or 0xB9DD1D) is known color: Inch Worm. HEX triplet: B9, DD and 1D. RGB value is (185,221,29). Sum of RGB (Red+Green+Blue) = 185+221+29=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD1D is #4622E2. Grayscale: #BDBDBD. Windows color (decimal): -4596451 or 1957305. OLE color: 1957305.

HSL color Cylindrical-coordinate representation of color #B9DD1D: hue angle of 71.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B9DD1D is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 221 29 -
CMYK 0.16 0 0.87 0.13
HSL 71.25º 0.77% 0.49% -
HSV(B) 71.25º 0.87% 0.87% -
XYZ 46.09 62.12 10.72 -
YUV 188.35 38.07 125.61 -
System Red Green Blue C M Y K H S L
Decimal 185 221 29 0.16 0 0.87 0.13 71.25 0.77 0.49
Hex B9 DD 1D 10 0 57 D 47 4D 31
Octal 271 335 35 20 0 127 15 107 115 61
Binary 10111001 11011101 11101 10000 0 1010111 1101 1000111 1001101 110001

Color Harmonies of #B9DD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DD1D

Black with #B9DD1D

Text Example


Text Example

White with #B9DD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DD1D; }

 p { color: rgb(185,221,29); }

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

background-color css

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

 a { background-color: rgb(185,221,29); }

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

border-color css

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

 span { border-color: rgb(185,221,29); }

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