Shades of Conifer #B2D658
Tints of Conifer #B2D658
RGB
CMYK
RGB Variations
Color information
#B2D658 (or 0xB2D658) is known color: Conifer. HEX triplet: B2, D6 and 58. RGB value is (178,214,88). Sum of RGB (Red+Green+Blue) = 178+214+88=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 88 (34.77% from 255 or 18.33% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D658 is #4D29A7. Grayscale: #BDBDBD. Windows color (decimal): -5056936 or 5822130. OLE color: 5822130.
HSL color Cylindrical-coordinate representation of color #B2D658: hue angle of 77.14º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2D658 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 88 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.16 |
| HSL | 77.14º | 0.61% | 0.59% | - |
| HSV(B) | 77.14º | 0.59% | 0.84% | - |
| XYZ | 44.17 | 58.26 | 18.15 | - |
| YUV | 188.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 88 | 0.17 | 0 | 0.59 | 0.16 | 77.14 | 0.61 | 0.59 |
| Hex | B2 | D6 | 58 | 11 | 0 | 3B | 10 | 4D | 3D | 3B |
| Octal | 262 | 326 | 130 | 21 | 0 | 73 | 20 | 115 | 75 | 73 |
| Binary | 10110010 | 11010110 | 1011000 | 10001 | 0 | 111011 | 10000 | 1001101 | 111101 | 111011 |
Color Harmonies of #B2D658
Complementary color
Monochromatic Colors of #B2D658
Black with #B2D658
Text Example
Text Example
White with #B2D658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D658; }
p { color: rgb(178,214,88); }
H1.HeaderClassName
{
color: #B2D658;
}
.AnyTagClassName
{
color: #B2D658;
}
</style>
background-color css
<style>
a { background-color: #B2D658; }
a { background-color: rgb(178,214,88); }
div.DivClassName
{
background-color: #B2D658;
}
.BgClassName
{
background-color: #B2D658;
}
</style>
border-color css
<style>
span { border-color: #B2D658; }
span { border-color: rgb(178,214,88); }
td.TdClassName
{
border-color: #B2D658;
}
.TagClassName
{
border-color: #B2D658;
}
</style>