Shades of Conifer #B2DA65
Tints of Conifer #B2DA65
RGB
CMYK
RGB Variations
Color information
#B2DA65 (or 0xB2DA65) is known color: Conifer. HEX triplet: B2, DA and 65. RGB value is (178,218,101). Sum of RGB (Red+Green+Blue) = 178+218+101=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA65 is #4D259A. Grayscale: #C1C1C1. Windows color (decimal): -5055899 or 6675122. OLE color: 6675122.
HSL color Cylindrical-coordinate representation of color #B2DA65: hue angle of 80.51º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2DA65 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 101 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.15 |
| HSL | 80.51º | 0.61% | 0.63% | - |
| HSV(B) | 80.51º | 0.54% | 0.85% | - |
| XYZ | 45.78 | 60.55 | 21.59 | - |
| YUV | 192.7 | 76.25 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 101 | 0.18 | 0 | 0.54 | 0.15 | 80.51 | 0.61 | 0.63 |
| Hex | B2 | DA | 65 | 12 | 0 | 36 | F | 51 | 3D | 3F |
| Octal | 262 | 332 | 145 | 22 | 0 | 66 | 17 | 121 | 75 | 77 |
| Binary | 10110010 | 11011010 | 1100101 | 10010 | 0 | 110110 | 1111 | 1010001 | 111101 | 111111 |
Color Harmonies of #B2DA65
Complementary color
Monochromatic Colors of #B2DA65
Black with #B2DA65
Text Example
Text Example
White with #B2DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA65; }
p { color: rgb(178,218,101); }
H1.HeaderClassName
{
color: #B2DA65;
}
.AnyTagClassName
{
color: #B2DA65;
}
</style>
background-color css
<style>
a { background-color: #B2DA65; }
a { background-color: rgb(178,218,101); }
div.DivClassName
{
background-color: #B2DA65;
}
.BgClassName
{
background-color: #B2DA65;
}
</style>
border-color css
<style>
span { border-color: #B2DA65; }
span { border-color: rgb(178,218,101); }
td.TdClassName
{
border-color: #B2DA65;
}
.TagClassName
{
border-color: #B2DA65;
}
</style>