Shades of Conifer #B2D665
Tints of Conifer #B2D665
RGB
CMYK
RGB Variations
Color information
#B2D665 (or 0xB2D665) is known color: Conifer. HEX triplet: B2, D6 and 65. RGB value is (178,214,101). Sum of RGB (Red+Green+Blue) = 178+214+101=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D665 is #4D299A. Grayscale: #BEBEBE. Windows color (decimal): -5056923 or 6674098. OLE color: 6674098.
HSL color Cylindrical-coordinate representation of color #B2D665: hue angle of 79.12º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2D665 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 101 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.16 |
| HSL | 79.12º | 0.58% | 0.62% | - |
| HSV(B) | 79.12º | 0.53% | 0.84% | - |
| XYZ | 44.76 | 58.5 | 21.24 | - |
| YUV | 190.35 | 77.57 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 101 | 0.17 | 0 | 0.53 | 0.16 | 79.12 | 0.58 | 0.62 |
| Hex | B2 | D6 | 65 | 11 | 0 | 35 | 10 | 4F | 3A | 3E |
| Octal | 262 | 326 | 145 | 21 | 0 | 65 | 20 | 117 | 72 | 76 |
| Binary | 10110010 | 11010110 | 1100101 | 10001 | 0 | 110101 | 10000 | 1001111 | 111010 | 111110 |
Color Harmonies of #B2D665
Complementary color
Monochromatic Colors of #B2D665
Black with #B2D665
Text Example
Text Example
White with #B2D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D665; }
p { color: rgb(178,214,101); }
H1.HeaderClassName
{
color: #B2D665;
}
.AnyTagClassName
{
color: #B2D665;
}
</style>
background-color css
<style>
a { background-color: #B2D665; }
a { background-color: rgb(178,214,101); }
div.DivClassName
{
background-color: #B2D665;
}
.BgClassName
{
background-color: #B2D665;
}
</style>
border-color css
<style>
span { border-color: #B2D665; }
span { border-color: rgb(178,214,101); }
td.TdClassName
{
border-color: #B2D665;
}
.TagClassName
{
border-color: #B2D665;
}
</style>