Shades of Conifer #BAE943
Tints of Conifer #BAE943
RGB
CMYK
RGB Variations
Color information
#BAE943 (or 0xBAE943) is known color: Conifer. HEX triplet: BA, E9 and 43. RGB value is (186,233,67). Sum of RGB (Red+Green+Blue) = 186+233+67=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 67 (26.56% from 255 or 13.79% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE943 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE943 is #4516BC. Grayscale: #C8C8C8. Windows color (decimal): -4527805 or 4450746. OLE color: 4450746.
HSL color Cylindrical-coordinate representation of color #BAE943: hue angle of 76.99º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAE943 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 67 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.09 |
| HSL | 76.99º | 0.79% | 0.59% | - |
| HSV(B) | 76.99º | 0.71% | 0.91% | - |
| XYZ | 50.4 | 69.12 | 16 | - |
| YUV | 200.02 | 52.93 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 67 | 0.20 | 0 | 0.71 | 0.09 | 76.99 | 0.79 | 0.59 |
| Hex | BA | E9 | 43 | 14 | 0 | 47 | 9 | 4D | 4F | 3B |
| Octal | 272 | 351 | 103 | 24 | 0 | 107 | 11 | 115 | 117 | 73 |
| Binary | 10111010 | 11101001 | 1000011 | 10100 | 0 | 1000111 | 1001 | 1001101 | 1001111 | 111011 |
Color Harmonies of #BAE943
Complementary color
Monochromatic Colors of #BAE943
Black with #BAE943
Text Example
Text Example
White with #BAE943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE943; }
p { color: rgb(186,233,67); }
H1.HeaderClassName
{
color: #BAE943;
}
.AnyTagClassName
{
color: #BAE943;
}
</style>
background-color css
<style>
a { background-color: #BAE943; }
a { background-color: rgb(186,233,67); }
div.DivClassName
{
background-color: #BAE943;
}
.BgClassName
{
background-color: #BAE943;
}
</style>
border-color css
<style>
span { border-color: #BAE943; }
span { border-color: rgb(186,233,67); }
td.TdClassName
{
border-color: #BAE943;
}
.TagClassName
{
border-color: #BAE943;
}
</style>