#BAF94A

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

Shades of Green Yellow #BAF94A

Tints of Green Yellow #BAF94A

Color information

#BAF94A (or 0xBAF94A) is unknown color: approx Green Yellow. HEX triplet: BA, F9 and 4A. RGB value is (186,249,74). Sum of RGB (Red+Green+Blue) = 186+249+74=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 74 (29.30% from 255 or 14.54% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF94A is #4506B5. Grayscale: #D2D2D2. Windows color (decimal): -4523702 or 4913594. OLE color: 4913594.

HSL color Cylindrical-coordinate representation of color #BAF94A: hue angle of 81.6º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF94A is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB18624974-
CMYK0.2500.700.02
HSL81.6º93.58%63.33%-
HSV(B)81.6º70.28%97.65%-
XYZ55.3678.6818.75-
YUV210.2151.13110.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 249 (97.66% from 255) = 48.92%
BLUE value IS 74 (29.30% from 255) = 14.54%
R=36.54%
G=48.92%
B=14.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186249740.2500.700.0281.693.5863.33
HexBAF94A190462525e3f
Octal272371112310106212213677
Binary1011101011111001100101011001010001101010100101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF94A; }

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

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

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

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

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

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

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

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