Shades of Conifer #B1CC56
Tints of Conifer #B1CC56
RGB
CMYK
RGB Variations
Color information
#B1CC56 (or 0xB1CC56) is known color: Conifer. HEX triplet: B1, CC and 56. RGB value is (177,204,86). Sum of RGB (Red+Green+Blue) = 177+204+86=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CC56 is #4E33A9. Grayscale: #B6B6B6. Windows color (decimal): -5125034 or 5688497. OLE color: 5688497.
HSL color Cylindrical-coordinate representation of color #B1CC56: hue angle of 73.73º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1CC56 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 204 | 86 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.2 |
| HSL | 73.73º | 0.54% | 0.57% | - |
| HSV(B) | 73.73º | 0.58% | 0.8% | - |
| XYZ | 41.4 | 53.2 | 16.89 | - |
| YUV | 182.48 | 73.55 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 204 | 86 | 0.13 | 0 | 0.58 | 0.2 | 73.73 | 0.54 | 0.57 |
| Hex | B1 | CC | 56 | D | 0 | 3A | 14 | 4A | 36 | 39 |
| Octal | 261 | 314 | 126 | 15 | 0 | 72 | 24 | 112 | 66 | 71 |
| Binary | 10110001 | 11001100 | 1010110 | 1101 | 0 | 111010 | 10100 | 1001010 | 110110 | 111001 |
Color Harmonies of #B1CC56
Complementary color
Monochromatic Colors of #B1CC56
Black with #B1CC56
Text Example
Text Example
White with #B1CC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CC56; }
p { color: rgb(177,204,86); }
H1.HeaderClassName
{
color: #B1CC56;
}
.AnyTagClassName
{
color: #B1CC56;
}
</style>
background-color css
<style>
a { background-color: #B1CC56; }
a { background-color: rgb(177,204,86); }
div.DivClassName
{
background-color: #B1CC56;
}
.BgClassName
{
background-color: #B1CC56;
}
</style>
border-color css
<style>
span { border-color: #B1CC56; }
span { border-color: rgb(177,204,86); }
td.TdClassName
{
border-color: #B1CC56;
}
.TagClassName
{
border-color: #B1CC56;
}
</style>