Shades of Conifer #BAFF5C
Tints of Conifer #BAFF5C
RGB
CMYK
RGB Variations
Color information
#BAFF5C (or 0xBAFF5C) is known color: Conifer. HEX triplet: BA, FF and 5C. RGB value is (186,255,92). Sum of RGB (Red+Green+Blue) = 186+255+92=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 92 (36.33% from 255 or 17.26% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFF5C is #4500A3. Grayscale: #D8D8D8. Windows color (decimal): -4522148 or 6094778. OLE color: 6094778.
HSL color Cylindrical-coordinate representation of color #BAFF5C: hue angle of 85.4º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAFF5C is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 92 | - |
| CMYK | 0.27 | 0 | 0.64 | 0 |
| HSL | 85.4º | 1% | 0.68% | - |
| HSV(B) | 85.4º | 0.64% | 1% | - |
| XYZ | 57.94 | 82.73 | 23.04 | - |
| YUV | 215.79 | 58.14 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 92 | 0.27 | 0 | 0.64 | 0 | 85.4 | 1 | 0.68 |
| Hex | BA | FF | 5C | 1B | 0 | 40 | 0 | 55 | 64 | 44 |
| Octal | 272 | 377 | 134 | 33 | 0 | 100 | 0 | 125 | 144 | 104 |
| Binary | 10111010 | 11111111 | 1011100 | 11011 | 0 | 1000000 | 0 | 1010101 | 1100100 | 1000100 |
Color Harmonies of #BAFF5C
Complementary color
Monochromatic Colors of #BAFF5C
Black with #BAFF5C
Text Example
Text Example
White with #BAFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF5C; }
p { color: rgb(186,255,92); }
H1.HeaderClassName
{
color: #BAFF5C;
}
.AnyTagClassName
{
color: #BAFF5C;
}
</style>
background-color css
<style>
a { background-color: #BAFF5C; }
a { background-color: rgb(186,255,92); }
div.DivClassName
{
background-color: #BAFF5C;
}
.BgClassName
{
background-color: #BAFF5C;
}
</style>
border-color css
<style>
span { border-color: #BAFF5C; }
span { border-color: rgb(186,255,92); }
td.TdClassName
{
border-color: #BAFF5C;
}
.TagClassName
{
border-color: #BAFF5C;
}
</style>