Shades of Conifer #BAF162
Tints of Conifer #BAF162
RGB
CMYK
RGB Variations
Color information
#BAF162 (or 0xBAF162) is known color: Conifer. HEX triplet: BA, F1 and 62. RGB value is (186,241,98). Sum of RGB (Red+Green+Blue) = 186+241+98=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF162 is #450E9D. Grayscale: #D0D0D0. Windows color (decimal): -4525726 or 6484410. OLE color: 6484410.
HSL color Cylindrical-coordinate representation of color #BAF162: hue angle of 83.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAF162 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 98 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.05 |
| HSL | 83.08º | 0.84% | 0.66% | - |
| HSV(B) | 83.08º | 0.59% | 0.95% | - |
| XYZ | 53.91 | 74.23 | 23.04 | - |
| YUV | 208.25 | 65.78 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 98 | 0.23 | 0 | 0.59 | 0.05 | 83.08 | 0.84 | 0.66 |
| Hex | BA | F1 | 62 | 17 | 0 | 3B | 5 | 53 | 54 | 42 |
| Octal | 272 | 361 | 142 | 27 | 0 | 73 | 5 | 123 | 124 | 102 |
| Binary | 10111010 | 11110001 | 1100010 | 10111 | 0 | 111011 | 101 | 1010011 | 1010100 | 1000010 |
Color Harmonies of #BAF162
Complementary color
Monochromatic Colors of #BAF162
Black with #BAF162
Text Example
Text Example
White with #BAF162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF162; }
p { color: rgb(186,241,98); }
H1.HeaderClassName
{
color: #BAF162;
}
.AnyTagClassName
{
color: #BAF162;
}
</style>
background-color css
<style>
a { background-color: #BAF162; }
a { background-color: rgb(186,241,98); }
div.DivClassName
{
background-color: #BAF162;
}
.BgClassName
{
background-color: #BAF162;
}
</style>
border-color css
<style>
span { border-color: #BAF162; }
span { border-color: rgb(186,241,98); }
td.TdClassName
{
border-color: #BAF162;
}
.TagClassName
{
border-color: #BAF162;
}
</style>