Shades of Conifer #BAF364
Tints of Conifer #BAF364
RGB
CMYK
RGB Variations
Color information
#BAF364 (or 0xBAF364) is known color: Conifer. HEX triplet: BA, F3 and 64. RGB value is (186,243,100). Sum of RGB (Red+Green+Blue) = 186+243+100=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF364 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF364 is #450C9B. Grayscale: #D2D2D2. Windows color (decimal): -4525212 or 6615994. OLE color: 6615994.
HSL color Cylindrical-coordinate representation of color #BAF364: hue angle of 83.92º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAF364 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 100 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.05 |
| HSL | 83.92º | 0.86% | 0.67% | - |
| HSV(B) | 83.92º | 0.59% | 0.95% | - |
| XYZ | 54.6 | 75.46 | 23.74 | - |
| YUV | 209.66 | 66.12 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 100 | 0.23 | 0 | 0.59 | 0.05 | 83.92 | 0.86 | 0.67 |
| Hex | BA | F3 | 64 | 17 | 0 | 3B | 5 | 54 | 56 | 43 |
| Octal | 272 | 363 | 144 | 27 | 0 | 73 | 5 | 124 | 126 | 103 |
| Binary | 10111010 | 11110011 | 1100100 | 10111 | 0 | 111011 | 101 | 1010100 | 1010110 | 1000011 |
Color Harmonies of #BAF364
Complementary color
Monochromatic Colors of #BAF364
Black with #BAF364
Text Example
Text Example
White with #BAF364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF364; }
p { color: rgb(186,243,100); }
H1.HeaderClassName
{
color: #BAF364;
}
.AnyTagClassName
{
color: #BAF364;
}
</style>
background-color css
<style>
a { background-color: #BAF364; }
a { background-color: rgb(186,243,100); }
div.DivClassName
{
background-color: #BAF364;
}
.BgClassName
{
background-color: #BAF364;
}
</style>
border-color css
<style>
span { border-color: #BAF364; }
span { border-color: rgb(186,243,100); }
td.TdClassName
{
border-color: #BAF364;
}
.TagClassName
{
border-color: #BAF364;
}
</style>