Shades of Conifer #B1CE54
Tints of Conifer #B1CE54
RGB
CMYK
RGB Variations
Color information
#B1CE54 (or 0xB1CE54) is known color: Conifer. HEX triplet: B1, CE and 54. RGB value is (177,206,84). Sum of RGB (Red+Green+Blue) = 177+206+84=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE54 is #4E31AB. Grayscale: #B7B7B7. Windows color (decimal): -5124524 or 5557937. OLE color: 5557937.
HSL color Cylindrical-coordinate representation of color #B1CE54: hue angle of 74.26º 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 #B1CE54 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 84 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.19 |
| HSL | 74.26º | 0.55% | 0.57% | - |
| HSV(B) | 74.26º | 0.59% | 0.81% | - |
| XYZ | 41.8 | 54.13 | 16.63 | - |
| YUV | 183.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 84 | 0.14 | 0 | 0.59 | 0.19 | 74.26 | 0.55 | 0.57 |
| Hex | B1 | CE | 54 | E | 0 | 3B | 13 | 4A | 37 | 39 |
| Octal | 261 | 316 | 124 | 16 | 0 | 73 | 23 | 112 | 67 | 71 |
| Binary | 10110001 | 11001110 | 1010100 | 1110 | 0 | 111011 | 10011 | 1001010 | 110111 | 111001 |
Color Harmonies of #B1CE54
Complementary color
Monochromatic Colors of #B1CE54
Black with #B1CE54
Text Example
Text Example
White with #B1CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE54; }
p { color: rgb(177,206,84); }
H1.HeaderClassName
{
color: #B1CE54;
}
.AnyTagClassName
{
color: #B1CE54;
}
</style>
background-color css
<style>
a { background-color: #B1CE54; }
a { background-color: rgb(177,206,84); }
div.DivClassName
{
background-color: #B1CE54;
}
.BgClassName
{
background-color: #B1CE54;
}
</style>
border-color css
<style>
span { border-color: #B1CE54; }
span { border-color: rgb(177,206,84); }
td.TdClassName
{
border-color: #B1CE54;
}
.TagClassName
{
border-color: #B1CE54;
}
</style>