Shades of Conifer #BAE64C
Tints of Conifer #BAE64C
RGB
CMYK
RGB Variations
Color information
#BAE64C (or 0xBAE64C) is known color: Conifer. HEX triplet: BA, E6 and 4C. RGB value is (186,230,76). Sum of RGB (Red+Green+Blue) = 186+230+76=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE64C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE64C is #4519B3. Grayscale: #C7C7C7. Windows color (decimal): -4528564 or 5039802. OLE color: 5039802.
HSL color Cylindrical-coordinate representation of color #BAE64C: hue angle of 77.14º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE64C is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 76 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.10 |
| HSL | 77.14º | 0.75% | 0.6% | - |
| HSV(B) | 77.14º | 0.67% | 0.9% | - |
| XYZ | 49.85 | 67.55 | 17.25 | - |
| YUV | 199.29 | 58.42 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 76 | 0.19 | 0 | 0.67 | 0.10 | 77.14 | 0.75 | 0.6 |
| Hex | BA | E6 | 4C | 13 | 0 | 43 | A | 4D | 4B | 3C |
| Octal | 272 | 346 | 114 | 23 | 0 | 103 | 12 | 115 | 113 | 74 |
| Binary | 10111010 | 11100110 | 1001100 | 10011 | 0 | 1000011 | 1010 | 1001101 | 1001011 | 111100 |
Color Harmonies of #BAE64C
Complementary color
Monochromatic Colors of #BAE64C
Black with #BAE64C
Text Example
Text Example
White with #BAE64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE64C; }
p { color: rgb(186,230,76); }
H1.HeaderClassName
{
color: #BAE64C;
}
.AnyTagClassName
{
color: #BAE64C;
}
</style>
background-color css
<style>
a { background-color: #BAE64C; }
a { background-color: rgb(186,230,76); }
div.DivClassName
{
background-color: #BAE64C;
}
.BgClassName
{
background-color: #BAE64C;
}
</style>
border-color css
<style>
span { border-color: #BAE64C; }
span { border-color: rgb(186,230,76); }
td.TdClassName
{
border-color: #BAE64C;
}
.TagClassName
{
border-color: #BAE64C;
}
</style>