Shades of Conifer #B3CF55
Tints of Conifer #B3CF55
RGB
CMYK
RGB Variations
Color information
#B3CF55 (or 0xB3CF55) is known color: Conifer. HEX triplet: B3, CF and 55. RGB value is (179,207,85). Sum of RGB (Red+Green+Blue) = 179+207+85=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CF55 is #4C30AA. Grayscale: #B9B9B9. Windows color (decimal): -4993195 or 5623731. OLE color: 5623731.
HSL color Cylindrical-coordinate representation of color #B3CF55: hue angle of 73.77º degrees, saturation: 0.56, 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 #B3CF55 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 207 | 85 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.19 |
| HSL | 73.77º | 0.56% | 0.57% | - |
| HSV(B) | 73.77º | 0.59% | 0.81% | - |
| XYZ | 42.54 | 54.87 | 16.94 | - |
| YUV | 184.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 207 | 85 | 0.14 | 0 | 0.59 | 0.19 | 73.77 | 0.56 | 0.57 |
| Hex | B3 | CF | 55 | E | 0 | 3B | 13 | 4A | 38 | 39 |
| Octal | 263 | 317 | 125 | 16 | 0 | 73 | 23 | 112 | 70 | 71 |
| Binary | 10110011 | 11001111 | 1010101 | 1110 | 0 | 111011 | 10011 | 1001010 | 111000 | 111001 |
Color Harmonies of #B3CF55
Complementary color
Monochromatic Colors of #B3CF55
Black with #B3CF55
Text Example
Text Example
White with #B3CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CF55; }
p { color: rgb(179,207,85); }
H1.HeaderClassName
{
color: #B3CF55;
}
.AnyTagClassName
{
color: #B3CF55;
}
</style>
background-color css
<style>
a { background-color: #B3CF55; }
a { background-color: rgb(179,207,85); }
div.DivClassName
{
background-color: #B3CF55;
}
.BgClassName
{
background-color: #B3CF55;
}
</style>
border-color css
<style>
span { border-color: #B3CF55; }
span { border-color: rgb(179,207,85); }
td.TdClassName
{
border-color: #B3CF55;
}
.TagClassName
{
border-color: #B3CF55;
}
</style>