Shades of Conifer #BAE343
Tints of Conifer #BAE343
RGB
CMYK
RGB Variations
Color information
#BAE343 (or 0xBAE343) is known color: Conifer. HEX triplet: BA, E3 and 43. RGB value is (186,227,67). Sum of RGB (Red+Green+Blue) = 186+227+67=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 67 (26.56% from 255 or 13.96% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE343 is #451CBC. Grayscale: #C5C5C5. Windows color (decimal): -4529341 or 4449210. OLE color: 4449210.
HSL color Cylindrical-coordinate representation of color #BAE343: hue angle of 75.38º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAE343 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 67 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.11 |
| HSL | 75.38º | 0.74% | 0.58% | - |
| HSV(B) | 75.38º | 0.7% | 0.89% | - |
| XYZ | 48.73 | 65.78 | 15.44 | - |
| YUV | 196.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 67 | 0.18 | 0 | 0.70 | 0.11 | 75.38 | 0.74 | 0.58 |
| Hex | BA | E3 | 43 | 12 | 0 | 46 | B | 4B | 4A | 3A |
| Octal | 272 | 343 | 103 | 22 | 0 | 106 | 13 | 113 | 112 | 72 |
| Binary | 10111010 | 11100011 | 1000011 | 10010 | 0 | 1000110 | 1011 | 1001011 | 1001010 | 111010 |
Color Harmonies of #BAE343
Complementary color
Monochromatic Colors of #BAE343
Black with #BAE343
Text Example
Text Example
White with #BAE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE343; }
p { color: rgb(186,227,67); }
H1.HeaderClassName
{
color: #BAE343;
}
.AnyTagClassName
{
color: #BAE343;
}
</style>
background-color css
<style>
a { background-color: #BAE343; }
a { background-color: rgb(186,227,67); }
div.DivClassName
{
background-color: #BAE343;
}
.BgClassName
{
background-color: #BAE343;
}
</style>
border-color css
<style>
span { border-color: #BAE343; }
span { border-color: rgb(186,227,67); }
td.TdClassName
{
border-color: #BAE343;
}
.TagClassName
{
border-color: #BAE343;
}
</style>