Shades of Conifer #B5CF53
Tints of Conifer #B5CF53
RGB
CMYK
RGB Variations
Color information
#B5CF53 (or 0xB5CF53) is known color: Conifer. HEX triplet: B5, CF and 53. RGB value is (181,207,83). Sum of RGB (Red+Green+Blue) = 181+207+83=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CF53 is #4A30AC. Grayscale: #B9B9B9. Windows color (decimal): -4862125 or 5492661. OLE color: 5492661.
HSL color Cylindrical-coordinate representation of color #B5CF53: hue angle of 72.58º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5CF53 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 83 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.19 |
| HSL | 72.58º | 0.56% | 0.57% | - |
| HSV(B) | 72.58º | 0.6% | 0.81% | - |
| XYZ | 42.93 | 55.07 | 16.55 | - |
| YUV | 185.09 | 70.39 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 83 | 0.13 | 0 | 0.60 | 0.19 | 72.58 | 0.56 | 0.57 |
| Hex | B5 | CF | 53 | D | 0 | 3C | 13 | 49 | 38 | 39 |
| Octal | 265 | 317 | 123 | 15 | 0 | 74 | 23 | 111 | 70 | 71 |
| Binary | 10110101 | 11001111 | 1010011 | 1101 | 0 | 111100 | 10011 | 1001001 | 111000 | 111001 |
Color Harmonies of #B5CF53
Complementary color
Monochromatic Colors of #B5CF53
Black with #B5CF53
Text Example
Text Example
White with #B5CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF53; }
p { color: rgb(181,207,83); }
H1.HeaderClassName
{
color: #B5CF53;
}
.AnyTagClassName
{
color: #B5CF53;
}
</style>
background-color css
<style>
a { background-color: #B5CF53; }
a { background-color: rgb(181,207,83); }
div.DivClassName
{
background-color: #B5CF53;
}
.BgClassName
{
background-color: #B5CF53;
}
</style>
border-color css
<style>
span { border-color: #B5CF53; }
span { border-color: rgb(181,207,83); }
td.TdClassName
{
border-color: #B5CF53;
}
.TagClassName
{
border-color: #B5CF53;
}
</style>