Shades of Conifer #B0DC5C
Tints of Conifer #B0DC5C
RGB
CMYK
RGB Variations
Color information
#B0DC5C (or 0xB0DC5C) is known color: Conifer. HEX triplet: B0, DC and 5C. RGB value is (176,220,92). Sum of RGB (Red+Green+Blue) = 176+220+92=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC5C is #4F23A3. Grayscale: #C0C0C0. Windows color (decimal): -5186468 or 6085808. OLE color: 6085808.
HSL color Cylindrical-coordinate representation of color #B0DC5C: hue angle of 80.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0DC5C is Cyan = 0.2, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 92 | - |
| CMYK | 0.2 | 0 | 0.58 | 0.14 |
| HSL | 80.63º | 0.65% | 0.61% | - |
| HSV(B) | 80.63º | 0.58% | 0.86% | - |
| XYZ | 45.43 | 61.19 | 19.54 | - |
| YUV | 192.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 92 | 0.2 | 0 | 0.58 | 0.14 | 80.63 | 0.65 | 0.61 |
| Hex | B0 | DC | 5C | 14 | 0 | 3A | E | 51 | 41 | 3D |
| Octal | 260 | 334 | 134 | 24 | 0 | 72 | 16 | 121 | 101 | 75 |
| Binary | 10110000 | 11011100 | 1011100 | 10100 | 0 | 111010 | 1110 | 1010001 | 1000001 | 111101 |
Color Harmonies of #B0DC5C
Complementary color
Monochromatic Colors of #B0DC5C
Black with #B0DC5C
Text Example
Text Example
White with #B0DC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC5C; }
p { color: rgb(176,220,92); }
H1.HeaderClassName
{
color: #B0DC5C;
}
.AnyTagClassName
{
color: #B0DC5C;
}
</style>
background-color css
<style>
a { background-color: #B0DC5C; }
a { background-color: rgb(176,220,92); }
div.DivClassName
{
background-color: #B0DC5C;
}
.BgClassName
{
background-color: #B0DC5C;
}
</style>
border-color css
<style>
span { border-color: #B0DC5C; }
span { border-color: rgb(176,220,92); }
td.TdClassName
{
border-color: #B0DC5C;
}
.TagClassName
{
border-color: #B0DC5C;
}
</style>