Shades of Conifer #BAF954
Tints of Conifer #BAF954
RGB
CMYK
RGB Variations
Color information
#BAF954 (or 0xBAF954) is known color: Conifer. HEX triplet: BA, F9 and 54. RGB value is (186,249,84). Sum of RGB (Red+Green+Blue) = 186+249+84=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 84 (33.20% from 255 or 16.18% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF954 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF954 is #4506AB. Grayscale: #D3D3D3. Windows color (decimal): -4523692 or 5568954. OLE color: 5568954.
HSL color Cylindrical-coordinate representation of color #BAF954: hue angle of 82.91º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAF954 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 84 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.02 |
| HSL | 82.91º | 0.93% | 0.65% | - |
| HSV(B) | 82.91º | 0.66% | 0.98% | - |
| XYZ | 55.73 | 78.83 | 20.67 | - |
| YUV | 211.35 | 56.13 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 84 | 0.25 | 0 | 0.66 | 0.02 | 82.91 | 0.93 | 0.65 |
| Hex | BA | F9 | 54 | 19 | 0 | 42 | 2 | 53 | 5D | 41 |
| Octal | 272 | 371 | 124 | 31 | 0 | 102 | 2 | 123 | 135 | 101 |
| Binary | 10111010 | 11111001 | 1010100 | 11001 | 0 | 1000010 | 10 | 1010011 | 1011101 | 1000001 |
Color Harmonies of #BAF954
Complementary color
Monochromatic Colors of #BAF954
Black with #BAF954
Text Example
Text Example
White with #BAF954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF954; }
p { color: rgb(186,249,84); }
H1.HeaderClassName
{
color: #BAF954;
}
.AnyTagClassName
{
color: #BAF954;
}
</style>
background-color css
<style>
a { background-color: #BAF954; }
a { background-color: rgb(186,249,84); }
div.DivClassName
{
background-color: #BAF954;
}
.BgClassName
{
background-color: #BAF954;
}
</style>
border-color css
<style>
span { border-color: #BAF954; }
span { border-color: rgb(186,249,84); }
td.TdClassName
{
border-color: #BAF954;
}
.TagClassName
{
border-color: #BAF954;
}
</style>