Shades of Conifer #BAEA42
Tints of Conifer #BAEA42
RGB
CMYK
RGB Variations
Color information
#BAEA42 (or 0xBAEA42) is known color: Conifer. HEX triplet: BA, EA and 42. RGB value is (186,234,66). Sum of RGB (Red+Green+Blue) = 186+234+66=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA42 is #4515BD. Grayscale: #C9C9C9. Windows color (decimal): -4527550 or 4385466. OLE color: 4385466.
HSL color Cylindrical-coordinate representation of color #BAEA42: hue angle of 77.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAEA42 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 66 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.08 |
| HSL | 77.14º | 0.8% | 0.59% | - |
| HSV(B) | 77.14º | 0.72% | 0.92% | - |
| XYZ | 50.66 | 69.68 | 15.93 | - |
| YUV | 200.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 66 | 0.21 | 0 | 0.72 | 0.08 | 77.14 | 0.8 | 0.59 |
| Hex | BA | EA | 42 | 15 | 0 | 48 | 8 | 4D | 50 | 3B |
| Octal | 272 | 352 | 102 | 25 | 0 | 110 | 10 | 115 | 120 | 73 |
| Binary | 10111010 | 11101010 | 1000010 | 10101 | 0 | 1001000 | 1000 | 1001101 | 1010000 | 111011 |
Color Harmonies of #BAEA42
Complementary color
Monochromatic Colors of #BAEA42
Black with #BAEA42
Text Example
Text Example
White with #BAEA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA42; }
p { color: rgb(186,234,66); }
H1.HeaderClassName
{
color: #BAEA42;
}
.AnyTagClassName
{
color: #BAEA42;
}
</style>
background-color css
<style>
a { background-color: #BAEA42; }
a { background-color: rgb(186,234,66); }
div.DivClassName
{
background-color: #BAEA42;
}
.BgClassName
{
background-color: #BAEA42;
}
</style>
border-color css
<style>
span { border-color: #BAEA42; }
span { border-color: rgb(186,234,66); }
td.TdClassName
{
border-color: #BAEA42;
}
.TagClassName
{
border-color: #BAEA42;
}
</style>