Shades of Conifer #BAED64
Tints of Conifer #BAED64
RGB
CMYK
RGB Variations
Color information
#BAED64 (or 0xBAED64) is known color: Conifer. HEX triplet: BA, ED and 64. RGB value is (186,237,100). Sum of RGB (Red+Green+Blue) = 186+237+100=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAED64 is #45129B. Grayscale: #CECECE. Windows color (decimal): -4526748 or 6614458. OLE color: 6614458.
HSL color Cylindrical-coordinate representation of color #BAED64: hue angle of 82.34º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAED64 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 100 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.07 |
| HSL | 82.34º | 0.79% | 0.66% | - |
| HSV(B) | 82.34º | 0.58% | 0.93% | - |
| XYZ | 52.83 | 71.93 | 23.16 | - |
| YUV | 206.13 | 68.1 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 100 | 0.22 | 0 | 0.58 | 0.07 | 82.34 | 0.79 | 0.66 |
| Hex | BA | ED | 64 | 16 | 0 | 3A | 7 | 52 | 4F | 42 |
| Octal | 272 | 355 | 144 | 26 | 0 | 72 | 7 | 122 | 117 | 102 |
| Binary | 10111010 | 11101101 | 1100100 | 10110 | 0 | 111010 | 111 | 1010010 | 1001111 | 1000010 |
Color Harmonies of #BAED64
Complementary color
Monochromatic Colors of #BAED64
Black with #BAED64
Text Example
Text Example
White with #BAED64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAED64; }
p { color: rgb(186,237,100); }
H1.HeaderClassName
{
color: #BAED64;
}
.AnyTagClassName
{
color: #BAED64;
}
</style>
background-color css
<style>
a { background-color: #BAED64; }
a { background-color: rgb(186,237,100); }
div.DivClassName
{
background-color: #BAED64;
}
.BgClassName
{
background-color: #BAED64;
}
</style>
border-color css
<style>
span { border-color: #BAED64; }
span { border-color: rgb(186,237,100); }
td.TdClassName
{
border-color: #BAED64;
}
.TagClassName
{
border-color: #BAED64;
}
</style>