Shades of Conifer #BAF062
Tints of Conifer #BAF062
RGB
CMYK
RGB Variations
Color information
#BAF062 (or 0xBAF062) is known color: Conifer. HEX triplet: BA, F0 and 62. RGB value is (186,240,98). Sum of RGB (Red+Green+Blue) = 186+240+98=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF062 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF062 is #450F9D. Grayscale: #D0D0D0. Windows color (decimal): -4525982 or 6484154. OLE color: 6484154.
HSL color Cylindrical-coordinate representation of color #BAF062: hue angle of 82.82º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAF062 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 98 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.06 |
| HSL | 82.82º | 0.83% | 0.66% | - |
| HSV(B) | 82.82º | 0.59% | 0.94% | - |
| XYZ | 53.61 | 73.64 | 22.94 | - |
| YUV | 207.67 | 66.11 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 98 | 0.22 | 0 | 0.59 | 0.06 | 82.82 | 0.83 | 0.66 |
| Hex | BA | F0 | 62 | 16 | 0 | 3B | 6 | 53 | 53 | 42 |
| Octal | 272 | 360 | 142 | 26 | 0 | 73 | 6 | 123 | 123 | 102 |
| Binary | 10111010 | 11110000 | 1100010 | 10110 | 0 | 111011 | 110 | 1010011 | 1010011 | 1000010 |
Color Harmonies of #BAF062
Complementary color
Monochromatic Colors of #BAF062
Black with #BAF062
Text Example
Text Example
White with #BAF062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF062; }
p { color: rgb(186,240,98); }
H1.HeaderClassName
{
color: #BAF062;
}
.AnyTagClassName
{
color: #BAF062;
}
</style>
background-color css
<style>
a { background-color: #BAF062; }
a { background-color: rgb(186,240,98); }
div.DivClassName
{
background-color: #BAF062;
}
.BgClassName
{
background-color: #BAF062;
}
</style>
border-color css
<style>
span { border-color: #BAF062; }
span { border-color: rgb(186,240,98); }
td.TdClassName
{
border-color: #BAF062;
}
.TagClassName
{
border-color: #BAF062;
}
</style>