Shades of Conifer #BAE358
Tints of Conifer #BAE358
RGB
CMYK
RGB Variations
Color information
#BAE358 (or 0xBAE358) is known color: Conifer. HEX triplet: BA, E3 and 58. RGB value is (186,227,88). Sum of RGB (Red+Green+Blue) = 186+227+88=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE358 is #451CA7. Grayscale: #C7C7C7. Windows color (decimal): -4529320 or 5825466. OLE color: 5825466.
HSL color Cylindrical-coordinate representation of color #BAE358: hue angle of 77.7º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAE358 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 88 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.11 |
| HSL | 77.7º | 0.71% | 0.62% | - |
| HSV(B) | 77.7º | 0.61% | 0.89% | - |
| XYZ | 49.48 | 66.08 | 19.38 | - |
| YUV | 198.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 88 | 0.18 | 0 | 0.61 | 0.11 | 77.7 | 0.71 | 0.62 |
| Hex | BA | E3 | 58 | 12 | 0 | 3D | B | 4E | 47 | 3E |
| Octal | 272 | 343 | 130 | 22 | 0 | 75 | 13 | 116 | 107 | 76 |
| Binary | 10111010 | 11100011 | 1011000 | 10010 | 0 | 111101 | 1011 | 1001110 | 1000111 | 111110 |
Color Harmonies of #BAE358
Complementary color
Monochromatic Colors of #BAE358
Black with #BAE358
Text Example
Text Example
White with #BAE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE358; }
p { color: rgb(186,227,88); }
H1.HeaderClassName
{
color: #BAE358;
}
.AnyTagClassName
{
color: #BAE358;
}
</style>
background-color css
<style>
a { background-color: #BAE358; }
a { background-color: rgb(186,227,88); }
div.DivClassName
{
background-color: #BAE358;
}
.BgClassName
{
background-color: #BAE358;
}
</style>
border-color css
<style>
span { border-color: #BAE358; }
span { border-color: rgb(186,227,88); }
td.TdClassName
{
border-color: #BAE358;
}
.TagClassName
{
border-color: #BAE358;
}
</style>