Shades of Conifer #B0DC52
Tints of Conifer #B0DC52
RGB
CMYK
RGB Variations
Color information
#B0DC52 (or 0xB0DC52) is known color: Conifer. HEX triplet: B0, DC and 52. RGB value is (176,220,82). Sum of RGB (Red+Green+Blue) = 176+220+82=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC52 is #4F23AD. Grayscale: #BFBFBF. Windows color (decimal): -5186478 or 5430448. OLE color: 5430448.
HSL color Cylindrical-coordinate representation of color #B0DC52: hue angle of 79.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0DC52 is Cyan = 0.2, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 82 | - |
| CMYK | 0.2 | 0 | 0.63 | 0.14 |
| HSL | 79.13º | 0.66% | 0.59% | - |
| HSV(B) | 79.13º | 0.63% | 0.86% | - |
| XYZ | 45.02 | 61.03 | 17.39 | - |
| YUV | 191.11 | 66.42 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 82 | 0.2 | 0 | 0.63 | 0.14 | 79.13 | 0.66 | 0.59 |
| Hex | B0 | DC | 52 | 14 | 0 | 3F | E | 4F | 42 | 3B |
| Octal | 260 | 334 | 122 | 24 | 0 | 77 | 16 | 117 | 102 | 73 |
| Binary | 10110000 | 11011100 | 1010010 | 10100 | 0 | 111111 | 1110 | 1001111 | 1000010 | 111011 |
Color Harmonies of #B0DC52
Complementary color
Monochromatic Colors of #B0DC52
Black with #B0DC52
Text Example
Text Example
White with #B0DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC52; }
p { color: rgb(176,220,82); }
H1.HeaderClassName
{
color: #B0DC52;
}
.AnyTagClassName
{
color: #B0DC52;
}
</style>
background-color css
<style>
a { background-color: #B0DC52; }
a { background-color: rgb(176,220,82); }
div.DivClassName
{
background-color: #B0DC52;
}
.BgClassName
{
background-color: #B0DC52;
}
</style>
border-color css
<style>
span { border-color: #B0DC52; }
span { border-color: rgb(176,220,82); }
td.TdClassName
{
border-color: #B0DC52;
}
.TagClassName
{
border-color: #B0DC52;
}
</style>