Shades of Conifer #BAE653
Tints of Conifer #BAE653
RGB
CMYK
RGB Variations
Color information
#BAE653 (or 0xBAE653) is known color: Conifer. HEX triplet: BA, E6 and 53. RGB value is (186,230,83). Sum of RGB (Red+Green+Blue) = 186+230+83=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE653 is #4519AC. Grayscale: #C8C8C8. Windows color (decimal): -4528557 or 5498554. OLE color: 5498554.
HSL color Cylindrical-coordinate representation of color #BAE653: hue angle of 77.96º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAE653 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 83 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.10 |
| HSL | 77.96º | 0.75% | 0.61% | - |
| HSV(B) | 77.96º | 0.64% | 0.9% | - |
| XYZ | 50.11 | 67.66 | 18.6 | - |
| YUV | 200.09 | 61.92 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 83 | 0.19 | 0 | 0.64 | 0.10 | 77.96 | 0.75 | 0.61 |
| Hex | BA | E6 | 53 | 13 | 0 | 40 | A | 4E | 4B | 3D |
| Octal | 272 | 346 | 123 | 23 | 0 | 100 | 12 | 116 | 113 | 75 |
| Binary | 10111010 | 11100110 | 1010011 | 10011 | 0 | 1000000 | 1010 | 1001110 | 1001011 | 111101 |
Color Harmonies of #BAE653
Complementary color
Monochromatic Colors of #BAE653
Black with #BAE653
Text Example
Text Example
White with #BAE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE653; }
p { color: rgb(186,230,83); }
H1.HeaderClassName
{
color: #BAE653;
}
.AnyTagClassName
{
color: #BAE653;
}
</style>
background-color css
<style>
a { background-color: #BAE653; }
a { background-color: rgb(186,230,83); }
div.DivClassName
{
background-color: #BAE653;
}
.BgClassName
{
background-color: #BAE653;
}
</style>
border-color css
<style>
span { border-color: #BAE653; }
span { border-color: rgb(186,230,83); }
td.TdClassName
{
border-color: #BAE653;
}
.TagClassName
{
border-color: #BAE653;
}
</style>