Shades of Conifer #B2DC6B
Tints of Conifer #B2DC6B
RGB
CMYK
RGB Variations
Color information
#B2DC6B (or 0xB2DC6B) is known color: Conifer. HEX triplet: B2, DC and 6B. RGB value is (178,220,107). Sum of RGB (Red+Green+Blue) = 178+220+107=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DC6B is #4D2394. Grayscale: #C2C2C2. Windows color (decimal): -5055381 or 7068850. OLE color: 7068850.
HSL color Cylindrical-coordinate representation of color #B2DC6B: hue angle of 82.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2DC6B is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 107 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.14 |
| HSL | 82.3º | 0.62% | 0.64% | - |
| HSV(B) | 82.3º | 0.51% | 0.86% | - |
| XYZ | 46.61 | 61.71 | 23.37 | - |
| YUV | 194.56 | 78.59 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 107 | 0.19 | 0 | 0.51 | 0.14 | 82.3 | 0.62 | 0.64 |
| Hex | B2 | DC | 6B | 13 | 0 | 33 | E | 52 | 3E | 40 |
| Octal | 262 | 334 | 153 | 23 | 0 | 63 | 16 | 122 | 76 | 100 |
| Binary | 10110010 | 11011100 | 1101011 | 10011 | 0 | 110011 | 1110 | 1010010 | 111110 | 1000000 |
Color Harmonies of #B2DC6B
Complementary color
Monochromatic Colors of #B2DC6B
Black with #B2DC6B
Text Example
Text Example
White with #B2DC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC6B; }
p { color: rgb(178,220,107); }
H1.HeaderClassName
{
color: #B2DC6B;
}
.AnyTagClassName
{
color: #B2DC6B;
}
</style>
background-color css
<style>
a { background-color: #B2DC6B; }
a { background-color: rgb(178,220,107); }
div.DivClassName
{
background-color: #B2DC6B;
}
.BgClassName
{
background-color: #B2DC6B;
}
</style>
border-color css
<style>
span { border-color: #B2DC6B; }
span { border-color: rgb(178,220,107); }
td.TdClassName
{
border-color: #B2DC6B;
}
.TagClassName
{
border-color: #B2DC6B;
}
</style>