Shades of Inch Worm #BBD70B
Tints of Inch Worm #BBD70B
RGB
CMYK
RGB Variations
Color information
#BBD70B (or 0xBBD70B) is known color: Inch Worm. HEX triplet: BB, D7 and 0B. RGB value is (187,215,11). Sum of RGB (Red+Green+Blue) = 187+215+11=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD70B is #4428F4. Grayscale: #B8B8B8. Windows color (decimal): -4466933 or 776123. OLE color: 776123.
HSL color Cylindrical-coordinate representation of color #BBD70B: hue angle of 68.24º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBD70B is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 11 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.16 |
| HSL | 68.24º | 0.9% | 0.44% | - |
| HSV(B) | 68.24º | 0.95% | 0.84% | - |
| XYZ | 44.85 | 59.19 | 9.38 | - |
| YUV | 183.37 | 30.72 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 11 | 0.13 | 0 | 0.95 | 0.16 | 68.24 | 0.9 | 0.44 |
| Hex | BB | D7 | B | D | 0 | 5F | 10 | 44 | 5A | 2C |
| Octal | 273 | 327 | 13 | 15 | 0 | 137 | 20 | 104 | 132 | 54 |
| Binary | 10111011 | 11010111 | 1011 | 1101 | 0 | 1011111 | 10000 | 1000100 | 1011010 | 101100 |
Color Harmonies of #BBD70B
Complementary color
Monochromatic Colors of #BBD70B
Black with #BBD70B
Text Example
Text Example
White with #BBD70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD70B; }
p { color: rgb(187,215,11); }
H1.HeaderClassName
{
color: #BBD70B;
}
.AnyTagClassName
{
color: #BBD70B;
}
</style>
background-color css
<style>
a { background-color: #BBD70B; }
a { background-color: rgb(187,215,11); }
div.DivClassName
{
background-color: #BBD70B;
}
.BgClassName
{
background-color: #BBD70B;
}
</style>
border-color css
<style>
span { border-color: #BBD70B; }
span { border-color: rgb(187,215,11); }
td.TdClassName
{
border-color: #BBD70B;
}
.TagClassName
{
border-color: #BBD70B;
}
</style>