Shades of Conifer #B2CF5A
Tints of Conifer #B2CF5A
RGB
CMYK
RGB Variations
Color information
#B2CF5A (or 0xB2CF5A) is known color: Conifer. HEX triplet: B2, CF and 5A. RGB value is (178,207,90). Sum of RGB (Red+Green+Blue) = 178+207+90=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CF5A is #4D30A5. Grayscale: #B9B9B9. Windows color (decimal): -5058726 or 5951410. OLE color: 5951410.
HSL color Cylindrical-coordinate representation of color #B2CF5A: hue angle of 74.87º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2CF5A is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 90 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.19 |
| HSL | 74.87º | 0.55% | 0.58% | - |
| HSV(B) | 74.87º | 0.57% | 0.81% | - |
| XYZ | 42.52 | 54.83 | 18.01 | - |
| YUV | 184.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 90 | 0.14 | 0 | 0.57 | 0.19 | 74.87 | 0.55 | 0.58 |
| Hex | B2 | CF | 5A | E | 0 | 39 | 13 | 4B | 37 | 3A |
| Octal | 262 | 317 | 132 | 16 | 0 | 71 | 23 | 113 | 67 | 72 |
| Binary | 10110010 | 11001111 | 1011010 | 1110 | 0 | 111001 | 10011 | 1001011 | 110111 | 111010 |
Color Harmonies of #B2CF5A
Complementary color
Monochromatic Colors of #B2CF5A
Black with #B2CF5A
Text Example
Text Example
White with #B2CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF5A; }
p { color: rgb(178,207,90); }
H1.HeaderClassName
{
color: #B2CF5A;
}
.AnyTagClassName
{
color: #B2CF5A;
}
</style>
background-color css
<style>
a { background-color: #B2CF5A; }
a { background-color: rgb(178,207,90); }
div.DivClassName
{
background-color: #B2CF5A;
}
.BgClassName
{
background-color: #B2CF5A;
}
</style>
border-color css
<style>
span { border-color: #B2CF5A; }
span { border-color: rgb(178,207,90); }
td.TdClassName
{
border-color: #B2CF5A;
}
.TagClassName
{
border-color: #B2CF5A;
}
</style>