Shades of Conifer #B2D85D
Tints of Conifer #B2D85D
RGB
CMYK
RGB Variations
Color information
#B2D85D (or 0xB2D85D) is known color: Conifer. HEX triplet: B2, D8 and 5D. RGB value is (178,216,93). Sum of RGB (Red+Green+Blue) = 178+216+93=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D85D is #4D27A2. Grayscale: #BFBFBF. Windows color (decimal): -5056419 or 6150322. OLE color: 6150322.
HSL color Cylindrical-coordinate representation of color #B2D85D: hue angle of 78.54º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2D85D is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 93 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.15 |
| HSL | 78.54º | 0.61% | 0.61% | - |
| HSV(B) | 78.54º | 0.57% | 0.85% | - |
| XYZ | 44.89 | 59.37 | 19.45 | - |
| YUV | 190.62 | 72.91 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 93 | 0.18 | 0 | 0.57 | 0.15 | 78.54 | 0.61 | 0.61 |
| Hex | B2 | D8 | 5D | 12 | 0 | 39 | F | 4F | 3D | 3D |
| Octal | 262 | 330 | 135 | 22 | 0 | 71 | 17 | 117 | 75 | 75 |
| Binary | 10110010 | 11011000 | 1011101 | 10010 | 0 | 111001 | 1111 | 1001111 | 111101 | 111101 |
Color Harmonies of #B2D85D
Complementary color
Monochromatic Colors of #B2D85D
Black with #B2D85D
Text Example
Text Example
White with #B2D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D85D; }
p { color: rgb(178,216,93); }
H1.HeaderClassName
{
color: #B2D85D;
}
.AnyTagClassName
{
color: #B2D85D;
}
</style>
background-color css
<style>
a { background-color: #B2D85D; }
a { background-color: rgb(178,216,93); }
div.DivClassName
{
background-color: #B2D85D;
}
.BgClassName
{
background-color: #B2D85D;
}
</style>
border-color css
<style>
span { border-color: #B2D85D; }
span { border-color: rgb(178,216,93); }
td.TdClassName
{
border-color: #B2D85D;
}
.TagClassName
{
border-color: #B2D85D;
}
</style>