Shades of Conifer #B1CE59
Tints of Conifer #B1CE59
RGB
CMYK
RGB Variations
Color information
#B1CE59 (or 0xB1CE59) is known color: Conifer. HEX triplet: B1, CE and 59. RGB value is (177,206,89). Sum of RGB (Red+Green+Blue) = 177+206+89=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE59 is #4E31A6. Grayscale: #B8B8B8. Windows color (decimal): -5124519 or 5885617. OLE color: 5885617.
HSL color Cylindrical-coordinate representation of color #B1CE59: hue angle of 74.87º degrees, saturation: 0.54, 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 #B1CE59 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 89 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.19 |
| HSL | 74.87º | 0.54% | 0.58% | - |
| HSV(B) | 74.87º | 0.57% | 0.81% | - |
| XYZ | 42.01 | 54.21 | 17.7 | - |
| YUV | 183.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 89 | 0.14 | 0 | 0.57 | 0.19 | 74.87 | 0.54 | 0.58 |
| Hex | B1 | CE | 59 | E | 0 | 39 | 13 | 4B | 36 | 3A |
| Octal | 261 | 316 | 131 | 16 | 0 | 71 | 23 | 113 | 66 | 72 |
| Binary | 10110001 | 11001110 | 1011001 | 1110 | 0 | 111001 | 10011 | 1001011 | 110110 | 111010 |
Color Harmonies of #B1CE59
Complementary color
Monochromatic Colors of #B1CE59
Black with #B1CE59
Text Example
Text Example
White with #B1CE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE59; }
p { color: rgb(177,206,89); }
H1.HeaderClassName
{
color: #B1CE59;
}
.AnyTagClassName
{
color: #B1CE59;
}
</style>
background-color css
<style>
a { background-color: #B1CE59; }
a { background-color: rgb(177,206,89); }
div.DivClassName
{
background-color: #B1CE59;
}
.BgClassName
{
background-color: #B1CE59;
}
</style>
border-color css
<style>
span { border-color: #B1CE59; }
span { border-color: rgb(177,206,89); }
td.TdClassName
{
border-color: #B1CE59;
}
.TagClassName
{
border-color: #B1CE59;
}
</style>