#BAF948

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

Shades of Green Yellow #BAF948

Tints of Green Yellow #BAF948

Color information

#BAF948 (or 0xBAF948) is unknown color: approx Green Yellow. HEX triplet: BA, F9 and 48. RGB value is (186,249,72). Sum of RGB (Red+Green+Blue) = 186+249+72=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 72 (28.52% from 255 or 14.20% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF948 is #4506B7. Grayscale: #D2D2D2. Windows color (decimal): -4523704 or 4782522. OLE color: 4782522.

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

Color convert

RGB18624972-
CMYK0.2500.710.02
HSL81.36º93.65%62.94%-
HSV(B)81.36º71.08%97.65%-
XYZ55.378.6618.4-
YUV209.9850.13110.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 249 (97.66% from 255) = 49.11%
BLUE value IS 72 (28.52% from 255) = 14.20%
R=36.69%
G=49.11%
B=14.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186249720.2500.710.0281.3693.6562.94
HexBAF948190472515e3f
Octal272371110310107212113677
Binary1011101011111001100100011001010001111010100011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF948; }

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

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

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

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

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

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

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

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