Shades of Inch Worm #BDDB1C
Tints of Inch Worm #BDDB1C
RGB
CMYK
RGB Variations
Color information
#BDDB1C (or 0xBDDB1C) is known color: Inch Worm. HEX triplet: BD, DB and 1C. RGB value is (189,219,28). Sum of RGB (Red+Green+Blue) = 189+219+28=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDB1C is #4224E3. Grayscale: #BCBCBC. Windows color (decimal): -4334820 or 1891261. OLE color: 1891261.
HSL color Cylindrical-coordinate representation of color #BDDB1C: hue angle of 69.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDDB1C is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 28 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.14 |
| HSL | 69.42º | 0.77% | 0.48% | - |
| HSV(B) | 69.42º | 0.87% | 0.86% | - |
| XYZ | 46.53 | 61.57 | 10.53 | - |
| YUV | 188.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 28 | 0.14 | 0 | 0.87 | 0.14 | 69.42 | 0.77 | 0.48 |
| Hex | BD | DB | 1C | E | 0 | 57 | E | 45 | 4D | 30 |
| Octal | 275 | 333 | 34 | 16 | 0 | 127 | 16 | 105 | 115 | 60 |
| Binary | 10111101 | 11011011 | 11100 | 1110 | 0 | 1010111 | 1110 | 1000101 | 1001101 | 110000 |
Color Harmonies of #BDDB1C
Complementary color
Monochromatic Colors of #BDDB1C
Black with #BDDB1C
Text Example
Text Example
White with #BDDB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB1C; }
p { color: rgb(189,219,28); }
H1.HeaderClassName
{
color: #BDDB1C;
}
.AnyTagClassName
{
color: #BDDB1C;
}
</style>
background-color css
<style>
a { background-color: #BDDB1C; }
a { background-color: rgb(189,219,28); }
div.DivClassName
{
background-color: #BDDB1C;
}
.BgClassName
{
background-color: #BDDB1C;
}
</style>
border-color css
<style>
span { border-color: #BDDB1C; }
span { border-color: rgb(189,219,28); }
td.TdClassName
{
border-color: #BDDB1C;
}
.TagClassName
{
border-color: #BDDB1C;
}
</style>