Shades of Conifer #B1CE5A
Tints of Conifer #B1CE5A
RGB
CMYK
RGB Variations
Color information
#B1CE5A (or 0xB1CE5A) is known color: Conifer. HEX triplet: B1, CE and 5A. RGB value is (177,206,90). Sum of RGB (Red+Green+Blue) = 177+206+90=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE5A is #4E31A5. Grayscale: #B8B8B8. Windows color (decimal): -5124518 or 5951153. OLE color: 5951153.
HSL color Cylindrical-coordinate representation of color #B1CE5A: hue angle of 75º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1CE5A is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 90 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.19 |
| HSL | 75º | 0.54% | 0.58% | - |
| HSV(B) | 75º | 0.56% | 0.81% | - |
| XYZ | 42.05 | 54.23 | 17.92 | - |
| YUV | 184.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 90 | 0.14 | 0 | 0.56 | 0.19 | 75 | 0.54 | 0.58 |
| Hex | B1 | CE | 5A | E | 0 | 38 | 13 | 4B | 36 | 3A |
| Octal | 261 | 316 | 132 | 16 | 0 | 70 | 23 | 113 | 66 | 72 |
| Binary | 10110001 | 11001110 | 1011010 | 1110 | 0 | 111000 | 10011 | 1001011 | 110110 | 111010 |
Color Harmonies of #B1CE5A
Complementary color
Monochromatic Colors of #B1CE5A
Black with #B1CE5A
Text Example
Text Example
White with #B1CE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE5A; }
p { color: rgb(177,206,90); }
H1.HeaderClassName
{
color: #B1CE5A;
}
.AnyTagClassName
{
color: #B1CE5A;
}
</style>
background-color css
<style>
a { background-color: #B1CE5A; }
a { background-color: rgb(177,206,90); }
div.DivClassName
{
background-color: #B1CE5A;
}
.BgClassName
{
background-color: #B1CE5A;
}
</style>
border-color css
<style>
span { border-color: #B1CE5A; }
span { border-color: rgb(177,206,90); }
td.TdClassName
{
border-color: #B1CE5A;
}
.TagClassName
{
border-color: #B1CE5A;
}
</style>