Shades of Conifer #B2D15D
Tints of Conifer #B2D15D
RGB
CMYK
RGB Variations
Color information
#B2D15D (or 0xB2D15D) is known color: Conifer. HEX triplet: B2, D1 and 5D. RGB value is (178,209,93). Sum of RGB (Red+Green+Blue) = 178+209+93=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D15D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D15D is #4D2EA2. Grayscale: #BABABA. Windows color (decimal): -5058211 or 6148530. OLE color: 6148530.
HSL color Cylindrical-coordinate representation of color #B2D15D: hue angle of 76.03º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2D15D is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 93 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.18 |
| HSL | 76.03º | 0.56% | 0.59% | - |
| HSV(B) | 76.03º | 0.56% | 0.82% | - |
| XYZ | 43.14 | 55.86 | 18.86 | - |
| YUV | 186.51 | 75.23 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 93 | 0.15 | 0 | 0.56 | 0.18 | 76.03 | 0.56 | 0.59 |
| Hex | B2 | D1 | 5D | F | 0 | 38 | 12 | 4C | 38 | 3B |
| Octal | 262 | 321 | 135 | 17 | 0 | 70 | 22 | 114 | 70 | 73 |
| Binary | 10110010 | 11010001 | 1011101 | 1111 | 0 | 111000 | 10010 | 1001100 | 111000 | 111011 |
Color Harmonies of #B2D15D
Complementary color
Monochromatic Colors of #B2D15D
Black with #B2D15D
Text Example
Text Example
White with #B2D15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D15D; }
p { color: rgb(178,209,93); }
H1.HeaderClassName
{
color: #B2D15D;
}
.AnyTagClassName
{
color: #B2D15D;
}
</style>
background-color css
<style>
a { background-color: #B2D15D; }
a { background-color: rgb(178,209,93); }
div.DivClassName
{
background-color: #B2D15D;
}
.BgClassName
{
background-color: #B2D15D;
}
</style>
border-color css
<style>
span { border-color: #B2D15D; }
span { border-color: rgb(178,209,93); }
td.TdClassName
{
border-color: #B2D15D;
}
.TagClassName
{
border-color: #B2D15D;
}
</style>