Shades of Conifer #B0DC5B
Tints of Conifer #B0DC5B
RGB
CMYK
RGB Variations
Color information
#B0DC5B (or 0xB0DC5B) is known color: Conifer. HEX triplet: B0, DC and 5B. RGB value is (176,220,91). Sum of RGB (Red+Green+Blue) = 176+220+91=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC5B is #4F23A4. Grayscale: #C0C0C0. Windows color (decimal): -5186469 or 6020272. OLE color: 6020272.
HSL color Cylindrical-coordinate representation of color #B0DC5B: hue angle of 80.47º 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 #B0DC5B is Cyan = 0.2, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 91 | - |
| CMYK | 0.2 | 0 | 0.59 | 0.14 |
| HSL | 80.47º | 0.65% | 0.61% | - |
| HSV(B) | 80.47º | 0.59% | 0.86% | - |
| XYZ | 45.39 | 61.17 | 19.31 | - |
| YUV | 192.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 91 | 0.2 | 0 | 0.59 | 0.14 | 80.47 | 0.65 | 0.61 |
| Hex | B0 | DC | 5B | 14 | 0 | 3B | E | 50 | 41 | 3D |
| Octal | 260 | 334 | 133 | 24 | 0 | 73 | 16 | 120 | 101 | 75 |
| Binary | 10110000 | 11011100 | 1011011 | 10100 | 0 | 111011 | 1110 | 1010000 | 1000001 | 111101 |
Color Harmonies of #B0DC5B
Complementary color
Monochromatic Colors of #B0DC5B
Black with #B0DC5B
Text Example
Text Example
White with #B0DC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC5B; }
p { color: rgb(176,220,91); }
H1.HeaderClassName
{
color: #B0DC5B;
}
.AnyTagClassName
{
color: #B0DC5B;
}
</style>
background-color css
<style>
a { background-color: #B0DC5B; }
a { background-color: rgb(176,220,91); }
div.DivClassName
{
background-color: #B0DC5B;
}
.BgClassName
{
background-color: #B0DC5B;
}
</style>
border-color css
<style>
span { border-color: #B0DC5B; }
span { border-color: rgb(176,220,91); }
td.TdClassName
{
border-color: #B0DC5B;
}
.TagClassName
{
border-color: #B0DC5B;
}
</style>