Shades of Conifer #B0D24B
Tints of Conifer #B0D24B
RGB
CMYK
RGB Variations
Color information
#B0D24B (or 0xB0D24B) is known color: Conifer. HEX triplet: B0, D2 and 4B. RGB value is (176,210,75). Sum of RGB (Red+Green+Blue) = 176+210+75=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #B0D24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D24B is #4F2DB4. Grayscale: #B8B8B8. Windows color (decimal): -5189045 or 4969136. OLE color: 4969136.
HSL color Cylindrical-coordinate representation of color #B0D24B: hue angle of 75.11º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0D24B is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 210 | 75 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.18 |
| HSL | 75.11º | 0.6% | 0.56% | - |
| HSV(B) | 75.11º | 0.64% | 0.82% | - |
| XYZ | 42.22 | 55.83 | 15.21 | - |
| YUV | 184.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 210 | 75 | 0.16 | 0 | 0.64 | 0.18 | 75.11 | 0.6 | 0.56 |
| Hex | B0 | D2 | 4B | 10 | 0 | 40 | 12 | 4B | 3C | 38 |
| Octal | 260 | 322 | 113 | 20 | 0 | 100 | 22 | 113 | 74 | 70 |
| Binary | 10110000 | 11010010 | 1001011 | 10000 | 0 | 1000000 | 10010 | 1001011 | 111100 | 111000 |
Color Harmonies of #B0D24B
Complementary color
Monochromatic Colors of #B0D24B
Black with #B0D24B
Text Example
Text Example
White with #B0D24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D24B; }
p { color: rgb(176,210,75); }
H1.HeaderClassName
{
color: #B0D24B;
}
.AnyTagClassName
{
color: #B0D24B;
}
</style>
background-color css
<style>
a { background-color: #B0D24B; }
a { background-color: rgb(176,210,75); }
div.DivClassName
{
background-color: #B0D24B;
}
.BgClassName
{
background-color: #B0D24B;
}
</style>
border-color css
<style>
span { border-color: #B0D24B; }
span { border-color: rgb(176,210,75); }
td.TdClassName
{
border-color: #B0D24B;
}
.TagClassName
{
border-color: #B0D24B;
}
</style>