Shades of Conifer #BAF55C
Tints of Conifer #BAF55C
RGB
CMYK
RGB Variations
Color information
#BAF55C (or 0xBAF55C) is known color: Conifer. HEX triplet: BA, F5 and 5C. RGB value is (186,245,92). Sum of RGB (Red+Green+Blue) = 186+245+92=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF55C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF55C is #450AA3. Grayscale: #D2D2D2. Windows color (decimal): -4524708 or 6092218. OLE color: 6092218.
HSL color Cylindrical-coordinate representation of color #BAF55C: hue angle of 83.14º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAF55C is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 92 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.04 |
| HSL | 83.14º | 0.88% | 0.66% | - |
| HSV(B) | 83.14º | 0.62% | 0.96% | - |
| XYZ | 54.83 | 76.52 | 22 | - |
| YUV | 209.92 | 61.45 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 92 | 0.24 | 0 | 0.62 | 0.04 | 83.14 | 0.88 | 0.66 |
| Hex | BA | F5 | 5C | 18 | 0 | 3E | 4 | 53 | 58 | 42 |
| Octal | 272 | 365 | 134 | 30 | 0 | 76 | 4 | 123 | 130 | 102 |
| Binary | 10111010 | 11110101 | 1011100 | 11000 | 0 | 111110 | 100 | 1010011 | 1011000 | 1000010 |
Color Harmonies of #BAF55C
Complementary color
Monochromatic Colors of #BAF55C
Black with #BAF55C
Text Example
Text Example
White with #BAF55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF55C; }
p { color: rgb(186,245,92); }
H1.HeaderClassName
{
color: #BAF55C;
}
.AnyTagClassName
{
color: #BAF55C;
}
</style>
background-color css
<style>
a { background-color: #BAF55C; }
a { background-color: rgb(186,245,92); }
div.DivClassName
{
background-color: #BAF55C;
}
.BgClassName
{
background-color: #BAF55C;
}
</style>
border-color css
<style>
span { border-color: #BAF55C; }
span { border-color: rgb(186,245,92); }
td.TdClassName
{
border-color: #BAF55C;
}
.TagClassName
{
border-color: #BAF55C;
}
</style>