Shades of Conifer #B2DC6A
Tints of Conifer #B2DC6A
RGB
CMYK
RGB Variations
Color information
#B2DC6A (or 0xB2DC6A) is known color: Conifer. HEX triplet: B2, DC and 6A. RGB value is (178,220,106). Sum of RGB (Red+Green+Blue) = 178+220+106=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 106 (41.80% from 255 or 21.03% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC6A is #4D2395. Grayscale: #C2C2C2. Windows color (decimal): -5055382 or 7003314. OLE color: 7003314.
HSL color Cylindrical-coordinate representation of color #B2DC6A: hue angle of 82.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2DC6A is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 106 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.14 |
| HSL | 82.11º | 0.62% | 0.64% | - |
| HSV(B) | 82.11º | 0.52% | 0.86% | - |
| XYZ | 46.55 | 61.69 | 23.09 | - |
| YUV | 194.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 106 | 0.19 | 0 | 0.52 | 0.14 | 82.11 | 0.62 | 0.64 |
| Hex | B2 | DC | 6A | 13 | 0 | 34 | E | 52 | 3E | 40 |
| Octal | 262 | 334 | 152 | 23 | 0 | 64 | 16 | 122 | 76 | 100 |
| Binary | 10110010 | 11011100 | 1101010 | 10011 | 0 | 110100 | 1110 | 1010010 | 111110 | 1000000 |
Color Harmonies of #B2DC6A
Complementary color
Monochromatic Colors of #B2DC6A
Black with #B2DC6A
Text Example
Text Example
White with #B2DC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC6A; }
p { color: rgb(178,220,106); }
H1.HeaderClassName
{
color: #B2DC6A;
}
.AnyTagClassName
{
color: #B2DC6A;
}
</style>
background-color css
<style>
a { background-color: #B2DC6A; }
a { background-color: rgb(178,220,106); }
div.DivClassName
{
background-color: #B2DC6A;
}
.BgClassName
{
background-color: #B2DC6A;
}
</style>
border-color css
<style>
span { border-color: #B2DC6A; }
span { border-color: rgb(178,220,106); }
td.TdClassName
{
border-color: #B2DC6A;
}
.TagClassName
{
border-color: #B2DC6A;
}
</style>