Shades of Conifer #B0DC5A
Tints of Conifer #B0DC5A
RGB
CMYK
RGB Variations
Color information
#B0DC5A (or 0xB0DC5A) is known color: Conifer. HEX triplet: B0, DC and 5A. RGB value is (176,220,90). Sum of RGB (Red+Green+Blue) = 176+220+90=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC5A is #4F23A5. Grayscale: #C0C0C0. Windows color (decimal): -5186470 or 5954736. OLE color: 5954736.
HSL color Cylindrical-coordinate representation of color #B0DC5A: hue angle of 80.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0DC5A is Cyan = 0.2, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 90 | - |
| CMYK | 0.2 | 0 | 0.59 | 0.14 |
| HSL | 80.31º | 0.65% | 0.61% | - |
| HSV(B) | 80.31º | 0.59% | 0.86% | - |
| XYZ | 45.34 | 61.15 | 19.09 | - |
| YUV | 192.02 | 70.42 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 90 | 0.2 | 0 | 0.59 | 0.14 | 80.31 | 0.65 | 0.61 |
| Hex | B0 | DC | 5A | 14 | 0 | 3B | E | 50 | 41 | 3D |
| Octal | 260 | 334 | 132 | 24 | 0 | 73 | 16 | 120 | 101 | 75 |
| Binary | 10110000 | 11011100 | 1011010 | 10100 | 0 | 111011 | 1110 | 1010000 | 1000001 | 111101 |
Color Harmonies of #B0DC5A
Complementary color
Monochromatic Colors of #B0DC5A
Black with #B0DC5A
Text Example
Text Example
White with #B0DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC5A; }
p { color: rgb(176,220,90); }
H1.HeaderClassName
{
color: #B0DC5A;
}
.AnyTagClassName
{
color: #B0DC5A;
}
</style>
background-color css
<style>
a { background-color: #B0DC5A; }
a { background-color: rgb(176,220,90); }
div.DivClassName
{
background-color: #B0DC5A;
}
.BgClassName
{
background-color: #B0DC5A;
}
</style>
border-color css
<style>
span { border-color: #B0DC5A; }
span { border-color: rgb(176,220,90); }
td.TdClassName
{
border-color: #B0DC5A;
}
.TagClassName
{
border-color: #B0DC5A;
}
</style>