Shades of Conifer #B0CF5C
Tints of Conifer #B0CF5C
RGB
CMYK
RGB Variations
Color information
#B0CF5C (or 0xB0CF5C) is known color: Conifer. HEX triplet: B0, CF and 5C. RGB value is (176,207,92). Sum of RGB (Red+Green+Blue) = 176+207+92=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF5C is #4F30A3. Grayscale: #B9B9B9. Windows color (decimal): -5189796 or 6082480. OLE color: 6082480.
HSL color Cylindrical-coordinate representation of color #B0CF5C: hue angle of 76.17º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0CF5C is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 92 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.19 |
| HSL | 76.17º | 0.55% | 0.59% | - |
| HSV(B) | 76.17º | 0.56% | 0.81% | - |
| XYZ | 42.15 | 54.63 | 18.45 | - |
| YUV | 184.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 92 | 0.15 | 0 | 0.56 | 0.19 | 76.17 | 0.55 | 0.59 |
| Hex | B0 | CF | 5C | F | 0 | 38 | 13 | 4C | 37 | 3B |
| Octal | 260 | 317 | 134 | 17 | 0 | 70 | 23 | 114 | 67 | 73 |
| Binary | 10110000 | 11001111 | 1011100 | 1111 | 0 | 111000 | 10011 | 1001100 | 110111 | 111011 |
Color Harmonies of #B0CF5C
Complementary color
Monochromatic Colors of #B0CF5C
Black with #B0CF5C
Text Example
Text Example
White with #B0CF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CF5C; }
p { color: rgb(176,207,92); }
H1.HeaderClassName
{
color: #B0CF5C;
}
.AnyTagClassName
{
color: #B0CF5C;
}
</style>
background-color css
<style>
a { background-color: #B0CF5C; }
a { background-color: rgb(176,207,92); }
div.DivClassName
{
background-color: #B0CF5C;
}
.BgClassName
{
background-color: #B0CF5C;
}
</style>
border-color css
<style>
span { border-color: #B0CF5C; }
span { border-color: rgb(176,207,92); }
td.TdClassName
{
border-color: #B0CF5C;
}
.TagClassName
{
border-color: #B0CF5C;
}
</style>