Shades of Conifer #BAE65A
Tints of Conifer #BAE65A
RGB
CMYK
RGB Variations
Color information
#BAE65A (or 0xBAE65A) is known color: Conifer. HEX triplet: BA, E6 and 5A. RGB value is (186,230,90). Sum of RGB (Red+Green+Blue) = 186+230+90=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE65A is #4519A5. Grayscale: #C9C9C9. Windows color (decimal): -4528550 or 5957306. OLE color: 5957306.
HSL color Cylindrical-coordinate representation of color #BAE65A: hue angle of 78.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAE65A is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 90 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.10 |
| HSL | 78.86º | 0.74% | 0.63% | - |
| HSV(B) | 78.86º | 0.61% | 0.9% | - |
| XYZ | 50.39 | 67.77 | 20.1 | - |
| YUV | 200.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 90 | 0.19 | 0 | 0.61 | 0.10 | 78.86 | 0.74 | 0.63 |
| Hex | BA | E6 | 5A | 13 | 0 | 3D | A | 4F | 4A | 3F |
| Octal | 272 | 346 | 132 | 23 | 0 | 75 | 12 | 117 | 112 | 77 |
| Binary | 10111010 | 11100110 | 1011010 | 10011 | 0 | 111101 | 1010 | 1001111 | 1001010 | 111111 |
Color Harmonies of #BAE65A
Complementary color
Monochromatic Colors of #BAE65A
Black with #BAE65A
Text Example
Text Example
White with #BAE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE65A; }
p { color: rgb(186,230,90); }
H1.HeaderClassName
{
color: #BAE65A;
}
.AnyTagClassName
{
color: #BAE65A;
}
</style>
background-color css
<style>
a { background-color: #BAE65A; }
a { background-color: rgb(186,230,90); }
div.DivClassName
{
background-color: #BAE65A;
}
.BgClassName
{
background-color: #BAE65A;
}
</style>
border-color css
<style>
span { border-color: #BAE65A; }
span { border-color: rgb(186,230,90); }
td.TdClassName
{
border-color: #BAE65A;
}
.TagClassName
{
border-color: #BAE65A;
}
</style>