Shades of Conifer #B1D25A
Tints of Conifer #B1D25A
RGB
CMYK
RGB Variations
Color information
#B1D25A (or 0xB1D25A) is known color: Conifer. HEX triplet: B1, D2 and 5A. RGB value is (177,210,90). Sum of RGB (Red+Green+Blue) = 177+210+90=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D25A is #4E2DA5. Grayscale: #BABABA. Windows color (decimal): -5123494 or 5952177. OLE color: 5952177.
HSL color Cylindrical-coordinate representation of color #B1D25A: hue angle of 76.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B1D25A is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 210 | 90 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.18 |
| HSL | 76.5º | 0.57% | 0.59% | - |
| HSV(B) | 76.5º | 0.57% | 0.82% | - |
| XYZ | 43.02 | 56.18 | 18.25 | - |
| YUV | 186.45 | 73.57 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 210 | 90 | 0.16 | 0 | 0.57 | 0.18 | 76.5 | 0.57 | 0.59 |
| Hex | B1 | D2 | 5A | 10 | 0 | 39 | 12 | 4C | 39 | 3B |
| Octal | 261 | 322 | 132 | 20 | 0 | 71 | 22 | 114 | 71 | 73 |
| Binary | 10110001 | 11010010 | 1011010 | 10000 | 0 | 111001 | 10010 | 1001100 | 111001 | 111011 |
Color Harmonies of #B1D25A
Complementary color
Monochromatic Colors of #B1D25A
Black with #B1D25A
Text Example
Text Example
White with #B1D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D25A; }
p { color: rgb(177,210,90); }
H1.HeaderClassName
{
color: #B1D25A;
}
.AnyTagClassName
{
color: #B1D25A;
}
</style>
background-color css
<style>
a { background-color: #B1D25A; }
a { background-color: rgb(177,210,90); }
div.DivClassName
{
background-color: #B1D25A;
}
.BgClassName
{
background-color: #B1D25A;
}
</style>
border-color css
<style>
span { border-color: #B1D25A; }
span { border-color: rgb(177,210,90); }
td.TdClassName
{
border-color: #B1D25A;
}
.TagClassName
{
border-color: #B1D25A;
}
</style>