Shades of Conifer #B0D653
Tints of Conifer #B0D653
RGB
CMYK
RGB Variations
Color information
#B0D653 (or 0xB0D653) is known color: Conifer. HEX triplet: B0, D6 and 53. RGB value is (176,214,83). Sum of RGB (Red+Green+Blue) = 176+214+83=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 214 (83.98% from 255 or 45.24% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D653 is #4F29AC. Grayscale: #BCBCBC. Windows color (decimal): -5188013 or 5494448. OLE color: 5494448.
HSL color Cylindrical-coordinate representation of color #B0D653: hue angle of 77.4º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0D653 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 214 | 83 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.16 |
| HSL | 77.4º | 0.62% | 0.58% | - |
| HSV(B) | 77.4º | 0.61% | 0.84% | - |
| XYZ | 43.51 | 57.95 | 17.08 | - |
| YUV | 187.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 214 | 83 | 0.18 | 0 | 0.61 | 0.16 | 77.4 | 0.62 | 0.58 |
| Hex | B0 | D6 | 53 | 12 | 0 | 3D | 10 | 4D | 3E | 3A |
| Octal | 260 | 326 | 123 | 22 | 0 | 75 | 20 | 115 | 76 | 72 |
| Binary | 10110000 | 11010110 | 1010011 | 10010 | 0 | 111101 | 10000 | 1001101 | 111110 | 111010 |
Color Harmonies of #B0D653
Complementary color
Monochromatic Colors of #B0D653
Black with #B0D653
Text Example
Text Example
White with #B0D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D653; }
p { color: rgb(176,214,83); }
H1.HeaderClassName
{
color: #B0D653;
}
.AnyTagClassName
{
color: #B0D653;
}
</style>
background-color css
<style>
a { background-color: #B0D653; }
a { background-color: rgb(176,214,83); }
div.DivClassName
{
background-color: #B0D653;
}
.BgClassName
{
background-color: #B0D653;
}
</style>
border-color css
<style>
span { border-color: #B0D653; }
span { border-color: rgb(176,214,83); }
td.TdClassName
{
border-color: #B0D653;
}
.TagClassName
{
border-color: #B0D653;
}
</style>