Shades of Conifer #BAFA5D
Tints of Conifer #BAFA5D
RGB
CMYK
RGB Variations
Color information
#BAFA5D (or 0xBAFA5D) is known color: Conifer. HEX triplet: BA, FA and 5D. RGB value is (186,250,93). Sum of RGB (Red+Green+Blue) = 186+250+93=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA5D is #4505A2. Grayscale: #D5D5D5. Windows color (decimal): -4523427 or 6159034. OLE color: 6159034.
HSL color Cylindrical-coordinate representation of color #BAFA5D: hue angle of 84.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAFA5D is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 93 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.02 |
| HSL | 84.46º | 0.94% | 0.67% | - |
| HSV(B) | 84.46º | 0.63% | 0.98% | - |
| XYZ | 56.41 | 79.6 | 22.75 | - |
| YUV | 212.97 | 60.3 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 93 | 0.26 | 0 | 0.63 | 0.02 | 84.46 | 0.94 | 0.67 |
| Hex | BA | FA | 5D | 1A | 0 | 3F | 2 | 54 | 5E | 43 |
| Octal | 272 | 372 | 135 | 32 | 0 | 77 | 2 | 124 | 136 | 103 |
| Binary | 10111010 | 11111010 | 1011101 | 11010 | 0 | 111111 | 10 | 1010100 | 1011110 | 1000011 |
Color Harmonies of #BAFA5D
Complementary color
Monochromatic Colors of #BAFA5D
Black with #BAFA5D
Text Example
Text Example
White with #BAFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFA5D; }
p { color: rgb(186,250,93); }
H1.HeaderClassName
{
color: #BAFA5D;
}
.AnyTagClassName
{
color: #BAFA5D;
}
</style>
background-color css
<style>
a { background-color: #BAFA5D; }
a { background-color: rgb(186,250,93); }
div.DivClassName
{
background-color: #BAFA5D;
}
.BgClassName
{
background-color: #BAFA5D;
}
</style>
border-color css
<style>
span { border-color: #BAFA5D; }
span { border-color: rgb(186,250,93); }
td.TdClassName
{
border-color: #BAFA5D;
}
.TagClassName
{
border-color: #BAFA5D;
}
</style>