Shades of Conifer #BAF95A
Tints of Conifer #BAF95A
RGB
CMYK
RGB Variations
Color information
#BAF95A (or 0xBAF95A) is known color: Conifer. HEX triplet: BA, F9 and 5A. RGB value is (186,249,90). Sum of RGB (Red+Green+Blue) = 186+249+90=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF95A is #4506A5. Grayscale: #D4D4D4. Windows color (decimal): -4523686 or 5962170. OLE color: 5962170.
HSL color Cylindrical-coordinate representation of color #BAF95A: hue angle of 83.77º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF95A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 90 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.02 |
| HSL | 83.77º | 0.93% | 0.66% | - |
| HSV(B) | 83.77º | 0.64% | 0.98% | - |
| XYZ | 55.97 | 78.93 | 21.96 | - |
| YUV | 212.04 | 59.13 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 90 | 0.25 | 0 | 0.64 | 0.02 | 83.77 | 0.93 | 0.66 |
| Hex | BA | F9 | 5A | 19 | 0 | 40 | 2 | 54 | 5D | 42 |
| Octal | 272 | 371 | 132 | 31 | 0 | 100 | 2 | 124 | 135 | 102 |
| Binary | 10111010 | 11111001 | 1011010 | 11001 | 0 | 1000000 | 10 | 1010100 | 1011101 | 1000010 |
Color Harmonies of #BAF95A
Complementary color
Monochromatic Colors of #BAF95A
Black with #BAF95A
Text Example
Text Example
White with #BAF95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF95A; }
p { color: rgb(186,249,90); }
H1.HeaderClassName
{
color: #BAF95A;
}
.AnyTagClassName
{
color: #BAF95A;
}
</style>
background-color css
<style>
a { background-color: #BAF95A; }
a { background-color: rgb(186,249,90); }
div.DivClassName
{
background-color: #BAF95A;
}
.BgClassName
{
background-color: #BAF95A;
}
</style>
border-color css
<style>
span { border-color: #BAF95A; }
span { border-color: rgb(186,249,90); }
td.TdClassName
{
border-color: #BAF95A;
}
.TagClassName
{
border-color: #BAF95A;
}
</style>