Shades of Inch Worm #BDDB1B
Tints of Inch Worm #BDDB1B
RGB
CMYK
RGB Variations
Color information
#BDDB1B (or 0xBDDB1B) is known color: Inch Worm. HEX triplet: BD, DB and 1B. RGB value is (189,219,27). Sum of RGB (Red+Green+Blue) = 189+219+27=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 219 (85.94% from 255 or 50.34% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB1B is #4224E4. Grayscale: #BCBCBC. Windows color (decimal): -4334821 or 1825725. OLE color: 1825725.
HSL color Cylindrical-coordinate representation of color #BDDB1B: hue angle of 69.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDDB1B is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 27 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.14 |
| HSL | 69.38º | 0.78% | 0.48% | - |
| HSV(B) | 69.38º | 0.88% | 0.86% | - |
| XYZ | 46.52 | 61.56 | 10.47 | - |
| YUV | 188.14 | 37.06 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 27 | 0.14 | 0 | 0.88 | 0.14 | 69.38 | 0.78 | 0.48 |
| Hex | BD | DB | 1B | E | 0 | 58 | E | 45 | 4E | 30 |
| Octal | 275 | 333 | 33 | 16 | 0 | 130 | 16 | 105 | 116 | 60 |
| Binary | 10111101 | 11011011 | 11011 | 1110 | 0 | 1011000 | 1110 | 1000101 | 1001110 | 110000 |
Color Harmonies of #BDDB1B
Complementary color
Monochromatic Colors of #BDDB1B
Black with #BDDB1B
Text Example
Text Example
White with #BDDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB1B; }
p { color: rgb(189,219,27); }
H1.HeaderClassName
{
color: #BDDB1B;
}
.AnyTagClassName
{
color: #BDDB1B;
}
</style>
background-color css
<style>
a { background-color: #BDDB1B; }
a { background-color: rgb(189,219,27); }
div.DivClassName
{
background-color: #BDDB1B;
}
.BgClassName
{
background-color: #BDDB1B;
}
</style>
border-color css
<style>
span { border-color: #BDDB1B; }
span { border-color: rgb(189,219,27); }
td.TdClassName
{
border-color: #BDDB1B;
}
.TagClassName
{
border-color: #BDDB1B;
}
</style>