Shades of Conifer #BAF94C
Tints of Conifer #BAF94C
RGB
CMYK
RGB Variations
Color information
#BAF94C (or 0xBAF94C) is known color: Conifer. HEX triplet: BA, F9 and 4C. RGB value is (186,249,76). Sum of RGB (Red+Green+Blue) = 186+249+76=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF94C is #4506B3. Grayscale: #D3D3D3. Windows color (decimal): -4523700 or 5044666. OLE color: 5044666.
HSL color Cylindrical-coordinate representation of color #BAF94C: hue angle of 81.85º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAF94C is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 76 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.02 |
| HSL | 81.85º | 0.94% | 0.64% | - |
| HSV(B) | 81.85º | 0.69% | 0.98% | - |
| XYZ | 55.43 | 78.71 | 19.11 | - |
| YUV | 210.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 76 | 0.25 | 0 | 0.69 | 0.02 | 81.85 | 0.94 | 0.64 |
| Hex | BA | F9 | 4C | 19 | 0 | 45 | 2 | 52 | 5E | 40 |
| Octal | 272 | 371 | 114 | 31 | 0 | 105 | 2 | 122 | 136 | 100 |
| Binary | 10111010 | 11111001 | 1001100 | 11001 | 0 | 1000101 | 10 | 1010010 | 1011110 | 1000000 |
Color Harmonies of #BAF94C
Complementary color
Monochromatic Colors of #BAF94C
Black with #BAF94C
Text Example
Text Example
White with #BAF94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF94C; }
p { color: rgb(186,249,76); }
H1.HeaderClassName
{
color: #BAF94C;
}
.AnyTagClassName
{
color: #BAF94C;
}
</style>
background-color css
<style>
a { background-color: #BAF94C; }
a { background-color: rgb(186,249,76); }
div.DivClassName
{
background-color: #BAF94C;
}
.BgClassName
{
background-color: #BAF94C;
}
</style>
border-color css
<style>
span { border-color: #BAF94C; }
span { border-color: rgb(186,249,76); }
td.TdClassName
{
border-color: #BAF94C;
}
.TagClassName
{
border-color: #BAF94C;
}
</style>