Shades of Conifer #B0D053
Tints of Conifer #B0D053
RGB
CMYK
RGB Variations
Color information
#B0D053 (or 0xB0D053) is known color: Conifer. HEX triplet: B0, D0 and 53. RGB value is (176,208,83). Sum of RGB (Red+Green+Blue) = 176+208+83=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D053 is #4F2FAC. Grayscale: #B8B8B8. Windows color (decimal): -5189549 or 5492912. OLE color: 5492912.
HSL color Cylindrical-coordinate representation of color #B0D053: hue angle of 75.36º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0D053 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 83 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.18 |
| HSL | 75.36º | 0.57% | 0.57% | - |
| HSV(B) | 75.36º | 0.6% | 0.82% | - |
| XYZ | 42.02 | 54.97 | 16.58 | - |
| YUV | 184.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 83 | 0.15 | 0 | 0.60 | 0.18 | 75.36 | 0.57 | 0.57 |
| Hex | B0 | D0 | 53 | F | 0 | 3C | 12 | 4B | 39 | 39 |
| Octal | 260 | 320 | 123 | 17 | 0 | 74 | 22 | 113 | 71 | 71 |
| Binary | 10110000 | 11010000 | 1010011 | 1111 | 0 | 111100 | 10010 | 1001011 | 111001 | 111001 |
Color Harmonies of #B0D053
Complementary color
Monochromatic Colors of #B0D053
Black with #B0D053
Text Example
Text Example
White with #B0D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D053; }
p { color: rgb(176,208,83); }
H1.HeaderClassName
{
color: #B0D053;
}
.AnyTagClassName
{
color: #B0D053;
}
</style>
background-color css
<style>
a { background-color: #B0D053; }
a { background-color: rgb(176,208,83); }
div.DivClassName
{
background-color: #B0D053;
}
.BgClassName
{
background-color: #B0D053;
}
</style>
border-color css
<style>
span { border-color: #B0D053; }
span { border-color: rgb(176,208,83); }
td.TdClassName
{
border-color: #B0D053;
}
.TagClassName
{
border-color: #B0D053;
}
</style>