Shades of Conifer #B2D053
Tints of Conifer #B2D053
RGB
CMYK
RGB Variations
Color information
#B2D053 (or 0xB2D053) is known color: Conifer. HEX triplet: B2, D0 and 53. RGB value is (178,208,83). Sum of RGB (Red+Green+Blue) = 178+208+83=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D053 is #4D2FAC. Grayscale: #B9B9B9. Windows color (decimal): -5058477 or 5492914. OLE color: 5492914.
HSL color Cylindrical-coordinate representation of color #B2D053: hue angle of 74.4º 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 #B2D053 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 208 | 83 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.18 |
| HSL | 74.4º | 0.57% | 0.57% | - |
| HSV(B) | 74.4º | 0.6% | 0.82% | - |
| XYZ | 42.48 | 55.2 | 16.6 | - |
| YUV | 184.78 | 70.56 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 208 | 83 | 0.14 | 0 | 0.60 | 0.18 | 74.4 | 0.57 | 0.57 |
| Hex | B2 | D0 | 53 | E | 0 | 3C | 12 | 4A | 39 | 39 |
| Octal | 262 | 320 | 123 | 16 | 0 | 74 | 22 | 112 | 71 | 71 |
| Binary | 10110010 | 11010000 | 1010011 | 1110 | 0 | 111100 | 10010 | 1001010 | 111001 | 111001 |
Color Harmonies of #B2D053
Complementary color
Monochromatic Colors of #B2D053
Black with #B2D053
Text Example
Text Example
White with #B2D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D053; }
p { color: rgb(178,208,83); }
H1.HeaderClassName
{
color: #B2D053;
}
.AnyTagClassName
{
color: #B2D053;
}
</style>
background-color css
<style>
a { background-color: #B2D053; }
a { background-color: rgb(178,208,83); }
div.DivClassName
{
background-color: #B2D053;
}
.BgClassName
{
background-color: #B2D053;
}
</style>
border-color css
<style>
span { border-color: #B2D053; }
span { border-color: rgb(178,208,83); }
td.TdClassName
{
border-color: #B2D053;
}
.TagClassName
{
border-color: #B2D053;
}
</style>