Shades of Conifer #BAE34C
Tints of Conifer #BAE34C
RGB
CMYK
RGB Variations
Color information
#BAE34C (or 0xBAE34C) is known color: Conifer. HEX triplet: BA, E3 and 4C. RGB value is (186,227,76). Sum of RGB (Red+Green+Blue) = 186+227+76=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 227 (89.06% from 255 or 46.42% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE34C is #451CB3. Grayscale: #C6C6C6. Windows color (decimal): -4529332 or 5039034. OLE color: 5039034.
HSL color Cylindrical-coordinate representation of color #BAE34C: hue angle of 76.29º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE34C is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 76 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.11 |
| HSL | 76.29º | 0.73% | 0.59% | - |
| HSV(B) | 76.29º | 0.67% | 0.89% | - |
| XYZ | 49.02 | 65.9 | 16.97 | - |
| YUV | 197.53 | 59.42 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 76 | 0.18 | 0 | 0.67 | 0.11 | 76.29 | 0.73 | 0.59 |
| Hex | BA | E3 | 4C | 12 | 0 | 43 | B | 4C | 49 | 3B |
| Octal | 272 | 343 | 114 | 22 | 0 | 103 | 13 | 114 | 111 | 73 |
| Binary | 10111010 | 11100011 | 1001100 | 10010 | 0 | 1000011 | 1011 | 1001100 | 1001001 | 111011 |
Color Harmonies of #BAE34C
Complementary color
Monochromatic Colors of #BAE34C
Black with #BAE34C
Text Example
Text Example
White with #BAE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE34C; }
p { color: rgb(186,227,76); }
H1.HeaderClassName
{
color: #BAE34C;
}
.AnyTagClassName
{
color: #BAE34C;
}
</style>
background-color css
<style>
a { background-color: #BAE34C; }
a { background-color: rgb(186,227,76); }
div.DivClassName
{
background-color: #BAE34C;
}
.BgClassName
{
background-color: #BAE34C;
}
</style>
border-color css
<style>
span { border-color: #BAE34C; }
span { border-color: rgb(186,227,76); }
td.TdClassName
{
border-color: #BAE34C;
}
.TagClassName
{
border-color: #BAE34C;
}
</style>