Shades of Conifer #BAF348
Tints of Conifer #BAF348
RGB
CMYK
RGB Variations
Color information
#BAF348 (or 0xBAF348) is known color: Conifer. HEX triplet: BA, F3 and 48. RGB value is (186,243,72). Sum of RGB (Red+Green+Blue) = 186+243+72=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF348 is #450CB7. Grayscale: #CFCFCF. Windows color (decimal): -4525240 or 4780986. OLE color: 4780986.
HSL color Cylindrical-coordinate representation of color #BAF348: hue angle of 80º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF348 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 72 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.05 |
| HSL | 80º | 0.88% | 0.62% | - |
| HSV(B) | 80º | 0.7% | 0.95% | - |
| XYZ | 53.47 | 75.01 | 17.79 | - |
| YUV | 206.46 | 52.12 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 72 | 0.23 | 0 | 0.70 | 0.05 | 80 | 0.88 | 0.62 |
| Hex | BA | F3 | 48 | 17 | 0 | 46 | 5 | 50 | 58 | 3E |
| Octal | 272 | 363 | 110 | 27 | 0 | 106 | 5 | 120 | 130 | 76 |
| Binary | 10111010 | 11110011 | 1001000 | 10111 | 0 | 1000110 | 101 | 1010000 | 1011000 | 111110 |
Color Harmonies of #BAF348
Complementary color
Monochromatic Colors of #BAF348
Black with #BAF348
Text Example
Text Example
White with #BAF348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF348; }
p { color: rgb(186,243,72); }
H1.HeaderClassName
{
color: #BAF348;
}
.AnyTagClassName
{
color: #BAF348;
}
</style>
background-color css
<style>
a { background-color: #BAF348; }
a { background-color: rgb(186,243,72); }
div.DivClassName
{
background-color: #BAF348;
}
.BgClassName
{
background-color: #BAF348;
}
</style>
border-color css
<style>
span { border-color: #BAF348; }
span { border-color: rgb(186,243,72); }
td.TdClassName
{
border-color: #BAF348;
}
.TagClassName
{
border-color: #BAF348;
}
</style>