Shades of Conifer #B2D652
Tints of Conifer #B2D652
RGB
CMYK
RGB Variations
Color information
#B2D652 (or 0xB2D652) is known color: Conifer. HEX triplet: B2, D6 and 52. RGB value is (178,214,82). Sum of RGB (Red+Green+Blue) = 178+214+82=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 82 (32.42% from 255 or 17.30% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D652 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D652 is #4D29AD. Grayscale: #BCBCBC. Windows color (decimal): -5056942 or 5428914. OLE color: 5428914.
HSL color Cylindrical-coordinate representation of color #B2D652: hue angle of 76.36º 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 #B2D652 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 82 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.16 |
| HSL | 76.36º | 0.62% | 0.58% | - |
| HSV(B) | 76.36º | 0.62% | 0.84% | - |
| XYZ | 43.93 | 58.17 | 16.89 | - |
| YUV | 188.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 82 | 0.17 | 0 | 0.62 | 0.16 | 76.36 | 0.62 | 0.58 |
| Hex | B2 | D6 | 52 | 11 | 0 | 3E | 10 | 4C | 3E | 3A |
| Octal | 262 | 326 | 122 | 21 | 0 | 76 | 20 | 114 | 76 | 72 |
| Binary | 10110010 | 11010110 | 1010010 | 10001 | 0 | 111110 | 10000 | 1001100 | 111110 | 111010 |
Color Harmonies of #B2D652
Complementary color
Monochromatic Colors of #B2D652
Black with #B2D652
Text Example
Text Example
White with #B2D652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D652; }
p { color: rgb(178,214,82); }
H1.HeaderClassName
{
color: #B2D652;
}
.AnyTagClassName
{
color: #B2D652;
}
</style>
background-color css
<style>
a { background-color: #B2D652; }
a { background-color: rgb(178,214,82); }
div.DivClassName
{
background-color: #B2D652;
}
.BgClassName
{
background-color: #B2D652;
}
</style>
border-color css
<style>
span { border-color: #B2D652; }
span { border-color: rgb(178,214,82); }
td.TdClassName
{
border-color: #B2D652;
}
.TagClassName
{
border-color: #B2D652;
}
</style>