Shades of Conifer #B7DA5A
Tints of Conifer #B7DA5A
RGB
CMYK
RGB Variations
Color information
#B7DA5A (or 0xB7DA5A) is known color: Conifer. HEX triplet: B7, DA and 5A. RGB value is (183,218,90). Sum of RGB (Red+Green+Blue) = 183+218+90=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DA5A is #4825A5. Grayscale: #C1C1C1. Windows color (decimal): -4728230 or 5954231. OLE color: 5954231.
HSL color Cylindrical-coordinate representation of color #B7DA5A: hue angle of 76.41º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7DA5A is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 90 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.15 |
| HSL | 76.41º | 0.63% | 0.6% | - |
| HSV(B) | 76.41º | 0.59% | 0.85% | - |
| XYZ | 46.45 | 60.95 | 18.99 | - |
| YUV | 192.94 | 69.9 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 90 | 0.16 | 0 | 0.59 | 0.15 | 76.41 | 0.63 | 0.6 |
| Hex | B7 | DA | 5A | 10 | 0 | 3B | F | 4C | 3F | 3C |
| Octal | 267 | 332 | 132 | 20 | 0 | 73 | 17 | 114 | 77 | 74 |
| Binary | 10110111 | 11011010 | 1011010 | 10000 | 0 | 111011 | 1111 | 1001100 | 111111 | 111100 |
Color Harmonies of #B7DA5A
Complementary color
Monochromatic Colors of #B7DA5A
Black with #B7DA5A
Text Example
Text Example
White with #B7DA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DA5A; }
p { color: rgb(183,218,90); }
H1.HeaderClassName
{
color: #B7DA5A;
}
.AnyTagClassName
{
color: #B7DA5A;
}
</style>
background-color css
<style>
a { background-color: #B7DA5A; }
a { background-color: rgb(183,218,90); }
div.DivClassName
{
background-color: #B7DA5A;
}
.BgClassName
{
background-color: #B7DA5A;
}
</style>
border-color css
<style>
span { border-color: #B7DA5A; }
span { border-color: rgb(183,218,90); }
td.TdClassName
{
border-color: #B7DA5A;
}
.TagClassName
{
border-color: #B7DA5A;
}
</style>