#BAF94D

Color #BAF94D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BAF94D

Tints of Conifer #BAF94D

Color information

#BAF94D (or 0xBAF94D) is unknown color: approx Conifer. HEX triplet: BA, F9 and 4D. RGB value is (186,249,77). Sum of RGB (Red+Green+Blue) = 186+249+77=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF94D is #4506B2. Grayscale: #D3D3D3. Windows color (decimal): -4523699 or 5110202. OLE color: 5110202.

HSL color Cylindrical-coordinate representation of color #BAF94D: hue angle of 81.98º degrees, saturation: 0.93, 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 #BAF94D is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB18624977-
CMYK0.2500.690.02
HSL81.98º93.48%63.92%-
HSV(B)81.98º69.08%97.65%-
XYZ55.4678.7319.29-
YUV210.5552.63110.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 249 (97.66% from 255) = 48.63%
BLUE value IS 77 (30.47% from 255) = 15.04%
R=36.33%
G=48.63%
B=15.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186249770.2500.690.0281.9893.4863.92
HexBAF94D190452525d40
Octal2723711153101052122135100
Binary10111010111110011001101110010100010110101001010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF94D; }

 p { color: rgb(186,249,77); }

 H1.HeaderClassName
 {
   color: #BAF94D;
 }
 .AnyTagClassName
 {
   color: #BAF94D;
 }
</style>
background-color css

<style>
 a { background-color: #BAF94D; }

 a { background-color: rgb(186,249,77); }

 div.DivClassName
 {
   background-color: #BAF94D;
 }
 .BgClassName
 {
   background-color: #BAF94D;
 }
</style>
border-color css

<style>
 span { border-color: #BAF94D; }

 span { border-color: rgb(186,249,77); }

 td.TdClassName
 {
   border-color: #BAF94D;
 }
 .TagClassName
 {
   border-color: #BAF94D;
 }
</style>