Shades of Conifer #BAE34B
Tints of Conifer #BAE34B
RGB
CMYK
RGB Variations
Color information
#BAE34B (or 0xBAE34B) is known color: Conifer. HEX triplet: BA, E3 and 4B. RGB value is (186,227,75). Sum of RGB (Red+Green+Blue) = 186+227+75=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE34B is #451CB4. Grayscale: #C5C5C5. Windows color (decimal): -4529333 or 4973498. OLE color: 4973498.
HSL color Cylindrical-coordinate representation of color #BAE34B: hue angle of 76.18º 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 #BAE34B is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 75 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.11 |
| HSL | 76.18º | 0.73% | 0.59% | - |
| HSV(B) | 76.18º | 0.67% | 0.89% | - |
| XYZ | 48.99 | 65.89 | 16.79 | - |
| YUV | 197.41 | 58.92 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 75 | 0.18 | 0 | 0.67 | 0.11 | 76.18 | 0.73 | 0.59 |
| Hex | BA | E3 | 4B | 12 | 0 | 43 | B | 4C | 49 | 3B |
| Octal | 272 | 343 | 113 | 22 | 0 | 103 | 13 | 114 | 111 | 73 |
| Binary | 10111010 | 11100011 | 1001011 | 10010 | 0 | 1000011 | 1011 | 1001100 | 1001001 | 111011 |
Color Harmonies of #BAE34B
Complementary color
Monochromatic Colors of #BAE34B
Black with #BAE34B
Text Example
Text Example
White with #BAE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE34B; }
p { color: rgb(186,227,75); }
H1.HeaderClassName
{
color: #BAE34B;
}
.AnyTagClassName
{
color: #BAE34B;
}
</style>
background-color css
<style>
a { background-color: #BAE34B; }
a { background-color: rgb(186,227,75); }
div.DivClassName
{
background-color: #BAE34B;
}
.BgClassName
{
background-color: #BAE34B;
}
</style>
border-color css
<style>
span { border-color: #BAE34B; }
span { border-color: rgb(186,227,75); }
td.TdClassName
{
border-color: #BAE34B;
}
.TagClassName
{
border-color: #BAE34B;
}
</style>