Shades of Inch Worm #BDDF0B
Tints of Inch Worm #BDDF0B
RGB
CMYK
RGB Variations
Color information
#BDDF0B (or 0xBDDF0B) is known color: Inch Worm. HEX triplet: BD, DF and 0B. RGB value is (189,223,11). Sum of RGB (Red+Green+Blue) = 189+223+11=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDF0B is #4220F4. Grayscale: #BDBDBD. Windows color (decimal): -4333813 or 778173. OLE color: 778173.
HSL color Cylindrical-coordinate representation of color #BDDF0B: hue angle of 69.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDDF0B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 11 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.13 |
| HSL | 69.62º | 0.91% | 0.46% | - |
| HSV(B) | 69.62º | 0.95% | 0.87% | - |
| XYZ | 47.43 | 63.62 | 10.1 | - |
| YUV | 188.67 | 27.74 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 11 | 0.15 | 0 | 0.95 | 0.13 | 69.62 | 0.91 | 0.46 |
| Hex | BD | DF | B | F | 0 | 5F | D | 46 | 5B | 2E |
| Octal | 275 | 337 | 13 | 17 | 0 | 137 | 15 | 106 | 133 | 56 |
| Binary | 10111101 | 11011111 | 1011 | 1111 | 0 | 1011111 | 1101 | 1000110 | 1011011 | 101110 |
Color Harmonies of #BDDF0B
Complementary color
Monochromatic Colors of #BDDF0B
Black with #BDDF0B
Text Example
Text Example
White with #BDDF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF0B; }
p { color: rgb(189,223,11); }
H1.HeaderClassName
{
color: #BDDF0B;
}
.AnyTagClassName
{
color: #BDDF0B;
}
</style>
background-color css
<style>
a { background-color: #BDDF0B; }
a { background-color: rgb(189,223,11); }
div.DivClassName
{
background-color: #BDDF0B;
}
.BgClassName
{
background-color: #BDDF0B;
}
</style>
border-color css
<style>
span { border-color: #BDDF0B; }
span { border-color: rgb(189,223,11); }
td.TdClassName
{
border-color: #BDDF0B;
}
.TagClassName
{
border-color: #BDDF0B;
}
</style>