Shades of Conifer #B0D752
Tints of Conifer #B0D752
RGB
CMYK
RGB Variations
Color information
#B0D752 (or 0xB0D752) is known color: Conifer. HEX triplet: B0, D7 and 52. RGB value is (176,215,82). Sum of RGB (Red+Green+Blue) = 176+215+82=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D752 is #4F28AD. Grayscale: #BCBCBC. Windows color (decimal): -5187758 or 5429168. OLE color: 5429168.
HSL color Cylindrical-coordinate representation of color #B0D752: hue angle of 77.59º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0D752 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 82 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.16 |
| HSL | 77.59º | 0.62% | 0.58% | - |
| HSV(B) | 77.59º | 0.62% | 0.84% | - |
| XYZ | 43.73 | 58.44 | 16.96 | - |
| YUV | 188.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 82 | 0.18 | 0 | 0.62 | 0.16 | 77.59 | 0.62 | 0.58 |
| Hex | B0 | D7 | 52 | 12 | 0 | 3E | 10 | 4E | 3E | 3A |
| Octal | 260 | 327 | 122 | 22 | 0 | 76 | 20 | 116 | 76 | 72 |
| Binary | 10110000 | 11010111 | 1010010 | 10010 | 0 | 111110 | 10000 | 1001110 | 111110 | 111010 |
Color Harmonies of #B0D752
Complementary color
Monochromatic Colors of #B0D752
Black with #B0D752
Text Example
Text Example
White with #B0D752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D752; }
p { color: rgb(176,215,82); }
H1.HeaderClassName
{
color: #B0D752;
}
.AnyTagClassName
{
color: #B0D752;
}
</style>
background-color css
<style>
a { background-color: #B0D752; }
a { background-color: rgb(176,215,82); }
div.DivClassName
{
background-color: #B0D752;
}
.BgClassName
{
background-color: #B0D752;
}
</style>
border-color css
<style>
span { border-color: #B0D752; }
span { border-color: rgb(176,215,82); }
td.TdClassName
{
border-color: #B0D752;
}
.TagClassName
{
border-color: #B0D752;
}
</style>