Shades of Conifer #B0D93D
Tints of Conifer #B0D93D
RGB
CMYK
RGB Variations
Color information
#B0D93D (or 0xB0D93D) is known color: Conifer. HEX triplet: B0, D9 and 3D. RGB value is (176,217,61). Sum of RGB (Red+Green+Blue) = 176+217+61=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D93D is #4F26C2. Grayscale: #BBBBBB. Windows color (decimal): -5187267 or 4053424. OLE color: 4053424.
HSL color Cylindrical-coordinate representation of color #B0D93D: hue angle of 75.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0D93D is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 61 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.15 |
| HSL | 75.77º | 0.67% | 0.55% | - |
| HSV(B) | 75.77º | 0.72% | 0.85% | - |
| XYZ | 43.56 | 59.19 | 13.54 | - |
| YUV | 186.96 | 56.92 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 61 | 0.19 | 0 | 0.72 | 0.15 | 75.77 | 0.67 | 0.55 |
| Hex | B0 | D9 | 3D | 13 | 0 | 48 | F | 4C | 43 | 37 |
| Octal | 260 | 331 | 75 | 23 | 0 | 110 | 17 | 114 | 103 | 67 |
| Binary | 10110000 | 11011001 | 111101 | 10011 | 0 | 1001000 | 1111 | 1001100 | 1000011 | 110111 |
Color Harmonies of #B0D93D
Complementary color
Monochromatic Colors of #B0D93D
Black with #B0D93D
Text Example
Text Example
White with #B0D93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D93D; }
p { color: rgb(176,217,61); }
H1.HeaderClassName
{
color: #B0D93D;
}
.AnyTagClassName
{
color: #B0D93D;
}
</style>
background-color css
<style>
a { background-color: #B0D93D; }
a { background-color: rgb(176,217,61); }
div.DivClassName
{
background-color: #B0D93D;
}
.BgClassName
{
background-color: #B0D93D;
}
</style>
border-color css
<style>
span { border-color: #B0D93D; }
span { border-color: rgb(176,217,61); }
td.TdClassName
{
border-color: #B0D93D;
}
.TagClassName
{
border-color: #B0D93D;
}
</style>