Shades of Conifer #BAEB64
Tints of Conifer #BAEB64
RGB
CMYK
RGB Variations
Color information
#BAEB64 (or 0xBAEB64) is known color: Conifer. HEX triplet: BA, EB and 64. RGB value is (186,235,100). Sum of RGB (Red+Green+Blue) = 186+235+100=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEB64 is #45149B. Grayscale: #CDCDCD. Windows color (decimal): -4527260 or 6613946. OLE color: 6613946.
HSL color Cylindrical-coordinate representation of color #BAEB64: hue angle of 81.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAEB64 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 235 | 100 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.08 |
| HSL | 81.78º | 0.77% | 0.66% | - |
| HSV(B) | 81.78º | 0.57% | 0.92% | - |
| XYZ | 52.26 | 70.78 | 22.96 | - |
| YUV | 204.96 | 68.77 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 235 | 100 | 0.21 | 0 | 0.57 | 0.08 | 81.78 | 0.77 | 0.66 |
| Hex | BA | EB | 64 | 15 | 0 | 39 | 8 | 52 | 4D | 42 |
| Octal | 272 | 353 | 144 | 25 | 0 | 71 | 10 | 122 | 115 | 102 |
| Binary | 10111010 | 11101011 | 1100100 | 10101 | 0 | 111001 | 1000 | 1010010 | 1001101 | 1000010 |
Color Harmonies of #BAEB64
Complementary color
Monochromatic Colors of #BAEB64
Black with #BAEB64
Text Example
Text Example
White with #BAEB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEB64; }
p { color: rgb(186,235,100); }
H1.HeaderClassName
{
color: #BAEB64;
}
.AnyTagClassName
{
color: #BAEB64;
}
</style>
background-color css
<style>
a { background-color: #BAEB64; }
a { background-color: rgb(186,235,100); }
div.DivClassName
{
background-color: #BAEB64;
}
.BgClassName
{
background-color: #BAEB64;
}
</style>
border-color css
<style>
span { border-color: #BAEB64; }
span { border-color: rgb(186,235,100); }
td.TdClassName
{
border-color: #BAEB64;
}
.TagClassName
{
border-color: #BAEB64;
}
</style>