Shades of Conifer #B2D552
Tints of Conifer #B2D552
RGB
CMYK
RGB Variations
Color information
#B2D552 (or 0xB2D552) is known color: Conifer. HEX triplet: B2, D5 and 52. RGB value is (178,213,82). Sum of RGB (Red+Green+Blue) = 178+213+82=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D552 is #4D2AAD. Grayscale: #BCBCBC. Windows color (decimal): -5057198 or 5428658. OLE color: 5428658.
HSL color Cylindrical-coordinate representation of color #B2D552: hue angle of 76.03º degrees, saturation: 0.61, 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 #B2D552 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 82 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.16 |
| HSL | 76.03º | 0.61% | 0.58% | - |
| HSV(B) | 76.03º | 0.62% | 0.84% | - |
| XYZ | 43.68 | 57.66 | 16.81 | - |
| YUV | 187.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 82 | 0.16 | 0 | 0.62 | 0.16 | 76.03 | 0.61 | 0.58 |
| Hex | B2 | D5 | 52 | 10 | 0 | 3E | 10 | 4C | 3D | 3A |
| Octal | 262 | 325 | 122 | 20 | 0 | 76 | 20 | 114 | 75 | 72 |
| Binary | 10110010 | 11010101 | 1010010 | 10000 | 0 | 111110 | 10000 | 1001100 | 111101 | 111010 |
Color Harmonies of #B2D552
Complementary color
Monochromatic Colors of #B2D552
Black with #B2D552
Text Example
Text Example
White with #B2D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D552; }
p { color: rgb(178,213,82); }
H1.HeaderClassName
{
color: #B2D552;
}
.AnyTagClassName
{
color: #B2D552;
}
</style>
background-color css
<style>
a { background-color: #B2D552; }
a { background-color: rgb(178,213,82); }
div.DivClassName
{
background-color: #B2D552;
}
.BgClassName
{
background-color: #B2D552;
}
</style>
border-color css
<style>
span { border-color: #B2D552; }
span { border-color: rgb(178,213,82); }
td.TdClassName
{
border-color: #B2D552;
}
.TagClassName
{
border-color: #B2D552;
}
</style>