Shades of Inch Worm #BDDB0C
Tints of Inch Worm #BDDB0C
RGB
CMYK
RGB Variations
Color information
#BDDB0C (or 0xBDDB0C) is known color: Inch Worm. HEX triplet: BD, DB and 0C. RGB value is (189,219,12). Sum of RGB (Red+Green+Blue) = 189+219+12=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 219 (85.94% from 255 or 52.14% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDB0C is #4224F3. Grayscale: #BBBBBB. Windows color (decimal): -4334836 or 842685. OLE color: 842685.
HSL color Cylindrical-coordinate representation of color #BDDB0C: hue angle of 68.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDDB0C is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 12 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.14 |
| HSL | 68.7º | 0.9% | 0.45% | - |
| HSV(B) | 68.7º | 0.95% | 0.86% | - |
| XYZ | 46.38 | 61.51 | 9.78 | - |
| YUV | 186.43 | 29.56 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 12 | 0.14 | 0 | 0.95 | 0.14 | 68.7 | 0.9 | 0.45 |
| Hex | BD | DB | C | E | 0 | 5F | E | 45 | 5A | 2D |
| Octal | 275 | 333 | 14 | 16 | 0 | 137 | 16 | 105 | 132 | 55 |
| Binary | 10111101 | 11011011 | 1100 | 1110 | 0 | 1011111 | 1110 | 1000101 | 1011010 | 101101 |
Color Harmonies of #BDDB0C
Complementary color
Monochromatic Colors of #BDDB0C
Black with #BDDB0C
Text Example
Text Example
White with #BDDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB0C; }
p { color: rgb(189,219,12); }
H1.HeaderClassName
{
color: #BDDB0C;
}
.AnyTagClassName
{
color: #BDDB0C;
}
</style>
background-color css
<style>
a { background-color: #BDDB0C; }
a { background-color: rgb(189,219,12); }
div.DivClassName
{
background-color: #BDDB0C;
}
.BgClassName
{
background-color: #BDDB0C;
}
</style>
border-color css
<style>
span { border-color: #BDDB0C; }
span { border-color: rgb(189,219,12); }
td.TdClassName
{
border-color: #BDDB0C;
}
.TagClassName
{
border-color: #BDDB0C;
}
</style>