Shades of Conifer #B2D664
Tints of Conifer #B2D664
RGB
CMYK
RGB Variations
Color information
#B2D664 (or 0xB2D664) is known color: Conifer. HEX triplet: B2, D6 and 64. RGB value is (178,214,100). Sum of RGB (Red+Green+Blue) = 178+214+100=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D664 is #4D299B. Grayscale: #BEBEBE. Windows color (decimal): -5056924 or 6608562. OLE color: 6608562.
HSL color Cylindrical-coordinate representation of color #B2D664: hue angle of 78.95º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2D664 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 100 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.16 |
| HSL | 78.95º | 0.58% | 0.62% | - |
| HSV(B) | 78.95º | 0.53% | 0.84% | - |
| XYZ | 44.71 | 58.48 | 20.99 | - |
| YUV | 190.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 100 | 0.17 | 0 | 0.53 | 0.16 | 78.95 | 0.58 | 0.62 |
| Hex | B2 | D6 | 64 | 11 | 0 | 35 | 10 | 4F | 3A | 3E |
| Octal | 262 | 326 | 144 | 21 | 0 | 65 | 20 | 117 | 72 | 76 |
| Binary | 10110010 | 11010110 | 1100100 | 10001 | 0 | 110101 | 10000 | 1001111 | 111010 | 111110 |
Color Harmonies of #B2D664
Complementary color
Monochromatic Colors of #B2D664
Black with #B2D664
Text Example
Text Example
White with #B2D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D664; }
p { color: rgb(178,214,100); }
H1.HeaderClassName
{
color: #B2D664;
}
.AnyTagClassName
{
color: #B2D664;
}
</style>
background-color css
<style>
a { background-color: #B2D664; }
a { background-color: rgb(178,214,100); }
div.DivClassName
{
background-color: #B2D664;
}
.BgClassName
{
background-color: #B2D664;
}
</style>
border-color css
<style>
span { border-color: #B2D664; }
span { border-color: rgb(178,214,100); }
td.TdClassName
{
border-color: #B2D664;
}
.TagClassName
{
border-color: #B2D664;
}
</style>