Shades of Conifer #BAF360
Tints of Conifer #BAF360
RGB
CMYK
RGB Variations
Color information
#BAF360 (or 0xBAF360) is known color: Conifer. HEX triplet: BA, F3 and 60. RGB value is (186,243,96). Sum of RGB (Red+Green+Blue) = 186+243+96=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF360 is #450C9F. Grayscale: #D1D1D1. Windows color (decimal): -4525216 or 6353850. OLE color: 6353850.
HSL color Cylindrical-coordinate representation of color #BAF360: hue angle of 83.27º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAF360 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 96 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.05 |
| HSL | 83.27º | 0.86% | 0.66% | - |
| HSV(B) | 83.27º | 0.6% | 0.95% | - |
| XYZ | 54.41 | 75.38 | 22.75 | - |
| YUV | 209.2 | 64.12 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 96 | 0.23 | 0 | 0.60 | 0.05 | 83.27 | 0.86 | 0.66 |
| Hex | BA | F3 | 60 | 17 | 0 | 3C | 5 | 53 | 56 | 42 |
| Octal | 272 | 363 | 140 | 27 | 0 | 74 | 5 | 123 | 126 | 102 |
| Binary | 10111010 | 11110011 | 1100000 | 10111 | 0 | 111100 | 101 | 1010011 | 1010110 | 1000010 |
Color Harmonies of #BAF360
Complementary color
Monochromatic Colors of #BAF360
Black with #BAF360
Text Example
Text Example
White with #BAF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF360; }
p { color: rgb(186,243,96); }
H1.HeaderClassName
{
color: #BAF360;
}
.AnyTagClassName
{
color: #BAF360;
}
</style>
background-color css
<style>
a { background-color: #BAF360; }
a { background-color: rgb(186,243,96); }
div.DivClassName
{
background-color: #BAF360;
}
.BgClassName
{
background-color: #BAF360;
}
</style>
border-color css
<style>
span { border-color: #BAF360; }
span { border-color: rgb(186,243,96); }
td.TdClassName
{
border-color: #BAF360;
}
.TagClassName
{
border-color: #BAF360;
}
</style>