Shades of Conifer #B2D95C
Tints of Conifer #B2D95C
RGB
CMYK
RGB Variations
Color information
#B2D95C (or 0xB2D95C) is known color: Conifer. HEX triplet: B2, D9 and 5C. RGB value is (178,217,92). Sum of RGB (Red+Green+Blue) = 178+217+92=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D95C is #4D26A3. Grayscale: #BFBFBF. Windows color (decimal): -5056164 or 6085042. OLE color: 6085042.
HSL color Cylindrical-coordinate representation of color #B2D95C: hue angle of 78.72º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2D95C is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 92 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.15 |
| HSL | 78.72º | 0.62% | 0.61% | - |
| HSV(B) | 78.72º | 0.58% | 0.85% | - |
| XYZ | 45.1 | 59.86 | 19.3 | - |
| YUV | 191.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 92 | 0.18 | 0 | 0.58 | 0.15 | 78.72 | 0.62 | 0.61 |
| Hex | B2 | D9 | 5C | 12 | 0 | 3A | F | 4F | 3E | 3D |
| Octal | 262 | 331 | 134 | 22 | 0 | 72 | 17 | 117 | 76 | 75 |
| Binary | 10110010 | 11011001 | 1011100 | 10010 | 0 | 111010 | 1111 | 1001111 | 111110 | 111101 |
Color Harmonies of #B2D95C
Complementary color
Monochromatic Colors of #B2D95C
Black with #B2D95C
Text Example
Text Example
White with #B2D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D95C; }
p { color: rgb(178,217,92); }
H1.HeaderClassName
{
color: #B2D95C;
}
.AnyTagClassName
{
color: #B2D95C;
}
</style>
background-color css
<style>
a { background-color: #B2D95C; }
a { background-color: rgb(178,217,92); }
div.DivClassName
{
background-color: #B2D95C;
}
.BgClassName
{
background-color: #B2D95C;
}
</style>
border-color css
<style>
span { border-color: #B2D95C; }
span { border-color: rgb(178,217,92); }
td.TdClassName
{
border-color: #B2D95C;
}
.TagClassName
{
border-color: #B2D95C;
}
</style>