Shades of Inch Worm #B0DC27
Tints of Inch Worm #B0DC27
RGB
CMYK
RGB Variations
Color information
#B0DC27 (or 0xB0DC27) is known color: Inch Worm. HEX triplet: B0, DC and 27. RGB value is (176,220,39). Sum of RGB (Red+Green+Blue) = 176+220+39=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 39 (15.62% from 255 or 8.97% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DC27 is #4F23D8. Grayscale: #BABABA. Windows color (decimal): -5186521 or 2612400. OLE color: 2612400.
HSL color Cylindrical-coordinate representation of color #B0DC27: hue angle of 74.59º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0DC27 is Cyan = 0.2, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 39 | - |
| CMYK | 0.2 | 0 | 0.82 | 0.14 |
| HSL | 74.59º | 0.72% | 0.51% | - |
| HSV(B) | 74.59º | 0.82% | 0.86% | - |
| XYZ | 43.86 | 60.56 | 11.3 | - |
| YUV | 186.21 | 44.92 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 39 | 0.2 | 0 | 0.82 | 0.14 | 74.59 | 0.72 | 0.51 |
| Hex | B0 | DC | 27 | 14 | 0 | 52 | E | 4B | 48 | 33 |
| Octal | 260 | 334 | 47 | 24 | 0 | 122 | 16 | 113 | 110 | 63 |
| Binary | 10110000 | 11011100 | 100111 | 10100 | 0 | 1010010 | 1110 | 1001011 | 1001000 | 110011 |
Color Harmonies of #B0DC27
Complementary color
Monochromatic Colors of #B0DC27
Black with #B0DC27
Text Example
Text Example
White with #B0DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC27; }
p { color: rgb(176,220,39); }
H1.HeaderClassName
{
color: #B0DC27;
}
.AnyTagClassName
{
color: #B0DC27;
}
</style>
background-color css
<style>
a { background-color: #B0DC27; }
a { background-color: rgb(176,220,39); }
div.DivClassName
{
background-color: #B0DC27;
}
.BgClassName
{
background-color: #B0DC27;
}
</style>
border-color css
<style>
span { border-color: #B0DC27; }
span { border-color: rgb(176,220,39); }
td.TdClassName
{
border-color: #B0DC27;
}
.TagClassName
{
border-color: #B0DC27;
}
</style>