Shades of Conifer #B1CE4F
Tints of Conifer #B1CE4F
RGB
CMYK
RGB Variations
Color information
#B1CE4F (or 0xB1CE4F) is known color: Conifer. HEX triplet: B1, CE and 4F. RGB value is (177,206,79). Sum of RGB (Red+Green+Blue) = 177+206+79=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE4F is #4E31B0. Grayscale: #B7B7B7. Windows color (decimal): -5124529 or 5230257. OLE color: 5230257.
HSL color Cylindrical-coordinate representation of color #B1CE4F: hue angle of 73.7º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1CE4F is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 79 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.19 |
| HSL | 73.7º | 0.56% | 0.56% | - |
| HSV(B) | 73.7º | 0.62% | 0.81% | - |
| XYZ | 41.61 | 54.05 | 15.64 | - |
| YUV | 182.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 79 | 0.14 | 0 | 0.62 | 0.19 | 73.7 | 0.56 | 0.56 |
| Hex | B1 | CE | 4F | E | 0 | 3E | 13 | 4A | 38 | 38 |
| Octal | 261 | 316 | 117 | 16 | 0 | 76 | 23 | 112 | 70 | 70 |
| Binary | 10110001 | 11001110 | 1001111 | 1110 | 0 | 111110 | 10011 | 1001010 | 111000 | 111000 |
Color Harmonies of #B1CE4F
Complementary color
Monochromatic Colors of #B1CE4F
Black with #B1CE4F
Text Example
Text Example
White with #B1CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE4F; }
p { color: rgb(177,206,79); }
H1.HeaderClassName
{
color: #B1CE4F;
}
.AnyTagClassName
{
color: #B1CE4F;
}
</style>
background-color css
<style>
a { background-color: #B1CE4F; }
a { background-color: rgb(177,206,79); }
div.DivClassName
{
background-color: #B1CE4F;
}
.BgClassName
{
background-color: #B1CE4F;
}
</style>
border-color css
<style>
span { border-color: #B1CE4F; }
span { border-color: rgb(177,206,79); }
td.TdClassName
{
border-color: #B1CE4F;
}
.TagClassName
{
border-color: #B1CE4F;
}
</style>