Shades of Conifer #B0D140
Tints of Conifer #B0D140
RGB
CMYK
RGB Variations
Color information
#B0D140 (or 0xB0D140) is known color: Conifer. HEX triplet: B0, D1 and 40. RGB value is (176,209,64). Sum of RGB (Red+Green+Blue) = 176+209+64=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D140 is #4F2EBF. Grayscale: #B7B7B7. Windows color (decimal): -5189312 or 4247984. OLE color: 4247984.
HSL color Cylindrical-coordinate representation of color #B0D140: hue angle of 73.66º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0D140 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 209 | 64 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.18 |
| HSL | 73.66º | 0.61% | 0.54% | - |
| HSV(B) | 73.66º | 0.69% | 0.82% | - |
| XYZ | 41.63 | 55.2 | 13.31 | - |
| YUV | 182.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 209 | 64 | 0.16 | 0 | 0.69 | 0.18 | 73.66 | 0.61 | 0.54 |
| Hex | B0 | D1 | 40 | 10 | 0 | 45 | 12 | 4A | 3D | 36 |
| Octal | 260 | 321 | 100 | 20 | 0 | 105 | 22 | 112 | 75 | 66 |
| Binary | 10110000 | 11010001 | 1000000 | 10000 | 0 | 1000101 | 10010 | 1001010 | 111101 | 110110 |
Color Harmonies of #B0D140
Complementary color
Monochromatic Colors of #B0D140
Black with #B0D140
Text Example
Text Example
White with #B0D140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D140; }
p { color: rgb(176,209,64); }
H1.HeaderClassName
{
color: #B0D140;
}
.AnyTagClassName
{
color: #B0D140;
}
</style>
background-color css
<style>
a { background-color: #B0D140; }
a { background-color: rgb(176,209,64); }
div.DivClassName
{
background-color: #B0D140;
}
.BgClassName
{
background-color: #B0D140;
}
</style>
border-color css
<style>
span { border-color: #B0D140; }
span { border-color: rgb(176,209,64); }
td.TdClassName
{
border-color: #B0D140;
}
.TagClassName
{
border-color: #B0D140;
}
</style>