Shades of Inch Worm #BBDF12
Tints of Inch Worm #BBDF12
RGB
CMYK
RGB Variations
Color information
#BBDF12 (or 0xBBDF12) is known color: Inch Worm. HEX triplet: BB, DF and 12. RGB value is (187,223,18). Sum of RGB (Red+Green+Blue) = 187+223+18=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDF12 is #4420ED. Grayscale: #BDBDBD. Windows color (decimal): -4464878 or 1236923. OLE color: 1236923.
HSL color Cylindrical-coordinate representation of color #BBDF12: hue angle of 70.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBDF12 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 18 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.13 |
| HSL | 70.54º | 0.85% | 0.47% | - |
| HSV(B) | 70.54º | 0.92% | 0.87% | - |
| XYZ | 46.99 | 63.38 | 10.33 | - |
| YUV | 188.87 | 31.57 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 18 | 0.16 | 0 | 0.92 | 0.13 | 70.54 | 0.85 | 0.47 |
| Hex | BB | DF | 12 | 10 | 0 | 5C | D | 47 | 55 | 2F |
| Octal | 273 | 337 | 22 | 20 | 0 | 134 | 15 | 107 | 125 | 57 |
| Binary | 10111011 | 11011111 | 10010 | 10000 | 0 | 1011100 | 1101 | 1000111 | 1010101 | 101111 |
Color Harmonies of #BBDF12
Complementary color
Monochromatic Colors of #BBDF12
Black with #BBDF12
Text Example
Text Example
White with #BBDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF12; }
p { color: rgb(187,223,18); }
H1.HeaderClassName
{
color: #BBDF12;
}
.AnyTagClassName
{
color: #BBDF12;
}
</style>
background-color css
<style>
a { background-color: #BBDF12; }
a { background-color: rgb(187,223,18); }
div.DivClassName
{
background-color: #BBDF12;
}
.BgClassName
{
background-color: #BBDF12;
}
</style>
border-color css
<style>
span { border-color: #BBDF12; }
span { border-color: rgb(187,223,18); }
td.TdClassName
{
border-color: #BBDF12;
}
.TagClassName
{
border-color: #BBDF12;
}
</style>