Shades of Conifer #B2D362
Tints of Conifer #B2D362
RGB
CMYK
RGB Variations
Color information
#B2D362 (or 0xB2D362) is known color: Conifer. HEX triplet: B2, D3 and 62. RGB value is (178,211,98). Sum of RGB (Red+Green+Blue) = 178+211+98=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 98 (38.67% from 255 or 20.12% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D362 is #4D2C9D. Grayscale: #BCBCBC. Windows color (decimal): -5057694 or 6476722. OLE color: 6476722.
HSL color Cylindrical-coordinate representation of color #B2D362: hue angle of 77.52º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2D362 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 98 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.17 |
| HSL | 77.52º | 0.56% | 0.61% | - |
| HSV(B) | 77.52º | 0.54% | 0.83% | - |
| XYZ | 43.86 | 56.94 | 20.23 | - |
| YUV | 188.25 | 77.07 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 98 | 0.16 | 0 | 0.54 | 0.17 | 77.52 | 0.56 | 0.61 |
| Hex | B2 | D3 | 62 | 10 | 0 | 36 | 11 | 4E | 38 | 3D |
| Octal | 262 | 323 | 142 | 20 | 0 | 66 | 21 | 116 | 70 | 75 |
| Binary | 10110010 | 11010011 | 1100010 | 10000 | 0 | 110110 | 10001 | 1001110 | 111000 | 111101 |
Color Harmonies of #B2D362
Complementary color
Monochromatic Colors of #B2D362
Black with #B2D362
Text Example
Text Example
White with #B2D362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D362; }
p { color: rgb(178,211,98); }
H1.HeaderClassName
{
color: #B2D362;
}
.AnyTagClassName
{
color: #B2D362;
}
</style>
background-color css
<style>
a { background-color: #B2D362; }
a { background-color: rgb(178,211,98); }
div.DivClassName
{
background-color: #B2D362;
}
.BgClassName
{
background-color: #B2D362;
}
</style>
border-color css
<style>
span { border-color: #B2D362; }
span { border-color: rgb(178,211,98); }
td.TdClassName
{
border-color: #B2D362;
}
.TagClassName
{
border-color: #B2D362;
}
</style>