Shades of Conifer #B0D25C
Tints of Conifer #B0D25C
RGB
CMYK
RGB Variations
Color information
#B0D25C (or 0xB0D25C) is known color: Conifer. HEX triplet: B0, D2 and 5C. RGB value is (176,210,92). Sum of RGB (Red+Green+Blue) = 176+210+92=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D25C is #4F2DA3. Grayscale: #BABABA. Windows color (decimal): -5189028 or 6083248. OLE color: 6083248.
HSL color Cylindrical-coordinate representation of color #B0D25C: hue angle of 77.29º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0D25C is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 92 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.18 |
| HSL | 77.29º | 0.57% | 0.59% | - |
| HSV(B) | 77.29º | 0.56% | 0.82% | - |
| XYZ | 42.88 | 56.1 | 18.69 | - |
| YUV | 186.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 92 | 0.16 | 0 | 0.56 | 0.18 | 77.29 | 0.57 | 0.59 |
| Hex | B0 | D2 | 5C | 10 | 0 | 38 | 12 | 4D | 39 | 3B |
| Octal | 260 | 322 | 134 | 20 | 0 | 70 | 22 | 115 | 71 | 73 |
| Binary | 10110000 | 11010010 | 1011100 | 10000 | 0 | 111000 | 10010 | 1001101 | 111001 | 111011 |
Color Harmonies of #B0D25C
Complementary color
Monochromatic Colors of #B0D25C
Black with #B0D25C
Text Example
Text Example
White with #B0D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D25C; }
p { color: rgb(176,210,92); }
H1.HeaderClassName
{
color: #B0D25C;
}
.AnyTagClassName
{
color: #B0D25C;
}
</style>
background-color css
<style>
a { background-color: #B0D25C; }
a { background-color: rgb(176,210,92); }
div.DivClassName
{
background-color: #B0D25C;
}
.BgClassName
{
background-color: #B0D25C;
}
</style>
border-color css
<style>
span { border-color: #B0D25C; }
span { border-color: rgb(176,210,92); }
td.TdClassName
{
border-color: #B0D25C;
}
.TagClassName
{
border-color: #B0D25C;
}
</style>