Shades of Conifer #B3D85C
Tints of Conifer #B3D85C
RGB
CMYK
RGB Variations
Color information
#B3D85C (or 0xB3D85C) is known color: Conifer. HEX triplet: B3, D8 and 5C. RGB value is (179,216,92). Sum of RGB (Red+Green+Blue) = 179+216+92=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D85C is #4C27A3. Grayscale: #BFBFBF. Windows color (decimal): -4990884 or 6084787. OLE color: 6084787.
HSL color Cylindrical-coordinate representation of color #B3D85C: hue angle of 77.9º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3D85C is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 92 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.15 |
| HSL | 77.9º | 0.61% | 0.6% | - |
| HSV(B) | 77.9º | 0.57% | 0.85% | - |
| XYZ | 45.08 | 59.47 | 19.23 | - |
| YUV | 190.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 92 | 0.17 | 0 | 0.57 | 0.15 | 77.9 | 0.61 | 0.6 |
| Hex | B3 | D8 | 5C | 11 | 0 | 39 | F | 4E | 3D | 3C |
| Octal | 263 | 330 | 134 | 21 | 0 | 71 | 17 | 116 | 75 | 74 |
| Binary | 10110011 | 11011000 | 1011100 | 10001 | 0 | 111001 | 1111 | 1001110 | 111101 | 111100 |
Color Harmonies of #B3D85C
Complementary color
Monochromatic Colors of #B3D85C
Black with #B3D85C
Text Example
Text Example
White with #B3D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D85C; }
p { color: rgb(179,216,92); }
H1.HeaderClassName
{
color: #B3D85C;
}
.AnyTagClassName
{
color: #B3D85C;
}
</style>
background-color css
<style>
a { background-color: #B3D85C; }
a { background-color: rgb(179,216,92); }
div.DivClassName
{
background-color: #B3D85C;
}
.BgClassName
{
background-color: #B3D85C;
}
</style>
border-color css
<style>
span { border-color: #B3D85C; }
span { border-color: rgb(179,216,92); }
td.TdClassName
{
border-color: #B3D85C;
}
.TagClassName
{
border-color: #B3D85C;
}
</style>