Shades of Conifer #B0D446
Tints of Conifer #B0D446
RGB
CMYK
RGB Variations
Color information
#B0D446 (or 0xB0D446) is known color: Conifer. HEX triplet: B0, D4 and 46. RGB value is (176,212,70). Sum of RGB (Red+Green+Blue) = 176+212+70=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D446 is #4F2BB9. Grayscale: #B9B9B9. Windows color (decimal): -5188538 or 4641968. OLE color: 4641968.
HSL color Cylindrical-coordinate representation of color #B0D446: hue angle of 75.21º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0D446 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 212 | 70 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.17 |
| HSL | 75.21º | 0.62% | 0.55% | - |
| HSV(B) | 75.21º | 0.67% | 0.83% | - |
| XYZ | 42.55 | 56.76 | 14.51 | - |
| YUV | 185.05 | 63.07 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 212 | 70 | 0.17 | 0 | 0.67 | 0.17 | 75.21 | 0.62 | 0.55 |
| Hex | B0 | D4 | 46 | 11 | 0 | 43 | 11 | 4B | 3E | 37 |
| Octal | 260 | 324 | 106 | 21 | 0 | 103 | 21 | 113 | 76 | 67 |
| Binary | 10110000 | 11010100 | 1000110 | 10001 | 0 | 1000011 | 10001 | 1001011 | 111110 | 110111 |
Color Harmonies of #B0D446
Complementary color
Monochromatic Colors of #B0D446
Black with #B0D446
Text Example
Text Example
White with #B0D446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D446; }
p { color: rgb(176,212,70); }
H1.HeaderClassName
{
color: #B0D446;
}
.AnyTagClassName
{
color: #B0D446;
}
</style>
background-color css
<style>
a { background-color: #B0D446; }
a { background-color: rgb(176,212,70); }
div.DivClassName
{
background-color: #B0D446;
}
.BgClassName
{
background-color: #B0D446;
}
</style>
border-color css
<style>
span { border-color: #B0D446; }
span { border-color: rgb(176,212,70); }
td.TdClassName
{
border-color: #B0D446;
}
.TagClassName
{
border-color: #B0D446;
}
</style>