Shades of Conifer #B2D761
Tints of Conifer #B2D761
RGB
CMYK
RGB Variations
Color information
#B2D761 (or 0xB2D761) is known color: Conifer. HEX triplet: B2, D7 and 61. RGB value is (178,215,97). Sum of RGB (Red+Green+Blue) = 178+215+97=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D761 is #4D289E. Grayscale: #BEBEBE. Windows color (decimal): -5056671 or 6412210. OLE color: 6412210.
HSL color Cylindrical-coordinate representation of color #B2D761: hue angle of 78.81º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2D761 is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 97 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.16 |
| HSL | 78.81º | 0.6% | 0.61% | - |
| HSV(B) | 78.81º | 0.55% | 0.84% | - |
| XYZ | 44.82 | 58.93 | 20.32 | - |
| YUV | 190.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 97 | 0.17 | 0 | 0.55 | 0.16 | 78.81 | 0.6 | 0.61 |
| Hex | B2 | D7 | 61 | 11 | 0 | 37 | 10 | 4F | 3C | 3D |
| Octal | 262 | 327 | 141 | 21 | 0 | 67 | 20 | 117 | 74 | 75 |
| Binary | 10110010 | 11010111 | 1100001 | 10001 | 0 | 110111 | 10000 | 1001111 | 111100 | 111101 |
Color Harmonies of #B2D761
Complementary color
Monochromatic Colors of #B2D761
Black with #B2D761
Text Example
Text Example
White with #B2D761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D761; }
p { color: rgb(178,215,97); }
H1.HeaderClassName
{
color: #B2D761;
}
.AnyTagClassName
{
color: #B2D761;
}
</style>
background-color css
<style>
a { background-color: #B2D761; }
a { background-color: rgb(178,215,97); }
div.DivClassName
{
background-color: #B2D761;
}
.BgClassName
{
background-color: #B2D761;
}
</style>
border-color css
<style>
span { border-color: #B2D761; }
span { border-color: rgb(178,215,97); }
td.TdClassName
{
border-color: #B2D761;
}
.TagClassName
{
border-color: #B2D761;
}
</style>