Shades of Conifer #B2CE55
Tints of Conifer #B2CE55
RGB
CMYK
RGB Variations
Color information
#B2CE55 (or 0xB2CE55) is known color: Conifer. HEX triplet: B2, CE and 55. RGB value is (178,206,85). Sum of RGB (Red+Green+Blue) = 178+206+85=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE55 is #4D31AA. Grayscale: #B8B8B8. Windows color (decimal): -5058987 or 5623474. OLE color: 5623474.
HSL color Cylindrical-coordinate representation of color #B2CE55: hue angle of 73.88º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2CE55 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 85 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.19 |
| HSL | 73.88º | 0.55% | 0.57% | - |
| HSV(B) | 73.88º | 0.59% | 0.81% | - |
| XYZ | 42.07 | 54.26 | 16.85 | - |
| YUV | 183.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 85 | 0.14 | 0 | 0.59 | 0.19 | 73.88 | 0.55 | 0.57 |
| Hex | B2 | CE | 55 | E | 0 | 3B | 13 | 4A | 37 | 39 |
| Octal | 262 | 316 | 125 | 16 | 0 | 73 | 23 | 112 | 67 | 71 |
| Binary | 10110010 | 11001110 | 1010101 | 1110 | 0 | 111011 | 10011 | 1001010 | 110111 | 111001 |
Color Harmonies of #B2CE55
Complementary color
Monochromatic Colors of #B2CE55
Black with #B2CE55
Text Example
Text Example
White with #B2CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE55; }
p { color: rgb(178,206,85); }
H1.HeaderClassName
{
color: #B2CE55;
}
.AnyTagClassName
{
color: #B2CE55;
}
</style>
background-color css
<style>
a { background-color: #B2CE55; }
a { background-color: rgb(178,206,85); }
div.DivClassName
{
background-color: #B2CE55;
}
.BgClassName
{
background-color: #B2CE55;
}
</style>
border-color css
<style>
span { border-color: #B2CE55; }
span { border-color: rgb(178,206,85); }
td.TdClassName
{
border-color: #B2CE55;
}
.TagClassName
{
border-color: #B2CE55;
}
</style>