Shades of Conifer #B2D567
Tints of Conifer #B2D567
RGB
CMYK
RGB Variations
Color information
#B2D567 (or 0xB2D567) is known color: Conifer. HEX triplet: B2, D5 and 67. RGB value is (178,213,103). Sum of RGB (Red+Green+Blue) = 178+213+103=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D567 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D567 is #4D2A98. Grayscale: #BEBEBE. Windows color (decimal): -5057177 or 6804914. OLE color: 6804914.
HSL color Cylindrical-coordinate representation of color #B2D567: hue angle of 79.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2D567 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 103 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.16 |
| HSL | 79.09º | 0.57% | 0.62% | - |
| HSV(B) | 79.09º | 0.52% | 0.84% | - |
| XYZ | 44.6 | 58.03 | 21.68 | - |
| YUV | 190 | 78.9 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 103 | 0.16 | 0 | 0.52 | 0.16 | 79.09 | 0.57 | 0.62 |
| Hex | B2 | D5 | 67 | 10 | 0 | 34 | 10 | 4F | 39 | 3E |
| Octal | 262 | 325 | 147 | 20 | 0 | 64 | 20 | 117 | 71 | 76 |
| Binary | 10110010 | 11010101 | 1100111 | 10000 | 0 | 110100 | 10000 | 1001111 | 111001 | 111110 |
Color Harmonies of #B2D567
Complementary color
Monochromatic Colors of #B2D567
Black with #B2D567
Text Example
Text Example
White with #B2D567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D567; }
p { color: rgb(178,213,103); }
H1.HeaderClassName
{
color: #B2D567;
}
.AnyTagClassName
{
color: #B2D567;
}
</style>
background-color css
<style>
a { background-color: #B2D567; }
a { background-color: rgb(178,213,103); }
div.DivClassName
{
background-color: #B2D567;
}
.BgClassName
{
background-color: #B2D567;
}
</style>
border-color css
<style>
span { border-color: #B2D567; }
span { border-color: rgb(178,213,103); }
td.TdClassName
{
border-color: #B2D567;
}
.TagClassName
{
border-color: #B2D567;
}
</style>