Shades of Conifer #BAEA44
Tints of Conifer #BAEA44
RGB
CMYK
RGB Variations
Color information
#BAEA44 (or 0xBAEA44) is known color: Conifer. HEX triplet: BA, EA and 44. RGB value is (186,234,68). Sum of RGB (Red+Green+Blue) = 186+234+68=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA44 is #4515BB. Grayscale: #C9C9C9. Windows color (decimal): -4527548 or 4516538. OLE color: 4516538.
HSL color Cylindrical-coordinate representation of color #BAEA44: hue angle of 77.35º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAEA44 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 68 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.08 |
| HSL | 77.35º | 0.8% | 0.59% | - |
| HSV(B) | 77.35º | 0.71% | 0.92% | - |
| XYZ | 50.72 | 69.7 | 16.25 | - |
| YUV | 200.72 | 53.1 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 68 | 0.21 | 0 | 0.71 | 0.08 | 77.35 | 0.8 | 0.59 |
| Hex | BA | EA | 44 | 15 | 0 | 47 | 8 | 4D | 50 | 3B |
| Octal | 272 | 352 | 104 | 25 | 0 | 107 | 10 | 115 | 120 | 73 |
| Binary | 10111010 | 11101010 | 1000100 | 10101 | 0 | 1000111 | 1000 | 1001101 | 1010000 | 111011 |
Color Harmonies of #BAEA44
Complementary color
Monochromatic Colors of #BAEA44
Black with #BAEA44
Text Example
Text Example
White with #BAEA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA44; }
p { color: rgb(186,234,68); }
H1.HeaderClassName
{
color: #BAEA44;
}
.AnyTagClassName
{
color: #BAEA44;
}
</style>
background-color css
<style>
a { background-color: #BAEA44; }
a { background-color: rgb(186,234,68); }
div.DivClassName
{
background-color: #BAEA44;
}
.BgClassName
{
background-color: #BAEA44;
}
</style>
border-color css
<style>
span { border-color: #BAEA44; }
span { border-color: rgb(186,234,68); }
td.TdClassName
{
border-color: #BAEA44;
}
.TagClassName
{
border-color: #BAEA44;
}
</style>