Shades of Conifer #B0CF5A
Tints of Conifer #B0CF5A
RGB
CMYK
RGB Variations
Color information
#B0CF5A (or 0xB0CF5A) is known color: Conifer. HEX triplet: B0, CF and 5A. RGB value is (176,207,90). Sum of RGB (Red+Green+Blue) = 176+207+90=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF5A is #4F30A5. Grayscale: #B8B8B8. Windows color (decimal): -5189798 or 5951408. OLE color: 5951408.
HSL color Cylindrical-coordinate representation of color #B0CF5A: hue angle of 75.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0CF5A is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 90 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.19 |
| HSL | 75.9º | 0.55% | 0.58% | - |
| HSV(B) | 75.9º | 0.57% | 0.81% | - |
| XYZ | 42.06 | 54.59 | 17.99 | - |
| YUV | 184.39 | 74.73 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 90 | 0.15 | 0 | 0.57 | 0.19 | 75.9 | 0.55 | 0.58 |
| Hex | B0 | CF | 5A | F | 0 | 39 | 13 | 4C | 37 | 3A |
| Octal | 260 | 317 | 132 | 17 | 0 | 71 | 23 | 114 | 67 | 72 |
| Binary | 10110000 | 11001111 | 1011010 | 1111 | 0 | 111001 | 10011 | 1001100 | 110111 | 111010 |
Color Harmonies of #B0CF5A
Complementary color
Monochromatic Colors of #B0CF5A
Black with #B0CF5A
Text Example
Text Example
White with #B0CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CF5A; }
p { color: rgb(176,207,90); }
H1.HeaderClassName
{
color: #B0CF5A;
}
.AnyTagClassName
{
color: #B0CF5A;
}
</style>
background-color css
<style>
a { background-color: #B0CF5A; }
a { background-color: rgb(176,207,90); }
div.DivClassName
{
background-color: #B0CF5A;
}
.BgClassName
{
background-color: #B0CF5A;
}
</style>
border-color css
<style>
span { border-color: #B0CF5A; }
span { border-color: rgb(176,207,90); }
td.TdClassName
{
border-color: #B0CF5A;
}
.TagClassName
{
border-color: #B0CF5A;
}
</style>