Shades of Conifer #B2D663
Tints of Conifer #B2D663
RGB
CMYK
RGB Variations
Color information
#B2D663 (or 0xB2D663) is known color: Conifer. HEX triplet: B2, D6 and 63. RGB value is (178,214,99). Sum of RGB (Red+Green+Blue) = 178+214+99=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D663 is #4D299C. Grayscale: #BEBEBE. Windows color (decimal): -5056925 or 6543026. OLE color: 6543026.
HSL color Cylindrical-coordinate representation of color #B2D663: hue angle of 78.78º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2D663 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 99 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.16 |
| HSL | 78.78º | 0.58% | 0.61% | - |
| HSV(B) | 78.78º | 0.54% | 0.84% | - |
| XYZ | 44.66 | 58.46 | 20.73 | - |
| YUV | 190.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 99 | 0.17 | 0 | 0.54 | 0.16 | 78.78 | 0.58 | 0.61 |
| Hex | B2 | D6 | 63 | 11 | 0 | 36 | 10 | 4F | 3A | 3D |
| Octal | 262 | 326 | 143 | 21 | 0 | 66 | 20 | 117 | 72 | 75 |
| Binary | 10110010 | 11010110 | 1100011 | 10001 | 0 | 110110 | 10000 | 1001111 | 111010 | 111101 |
Color Harmonies of #B2D663
Complementary color
Monochromatic Colors of #B2D663
Black with #B2D663
Text Example
Text Example
White with #B2D663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D663; }
p { color: rgb(178,214,99); }
H1.HeaderClassName
{
color: #B2D663;
}
.AnyTagClassName
{
color: #B2D663;
}
</style>
background-color css
<style>
a { background-color: #B2D663; }
a { background-color: rgb(178,214,99); }
div.DivClassName
{
background-color: #B2D663;
}
.BgClassName
{
background-color: #B2D663;
}
</style>
border-color css
<style>
span { border-color: #B2D663; }
span { border-color: rgb(178,214,99); }
td.TdClassName
{
border-color: #B2D663;
}
.TagClassName
{
border-color: #B2D663;
}
</style>