#BAF645

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

Shades of Green Yellow #BAF645

Tints of Green Yellow #BAF645

Color information

#BAF645 (or 0xBAF645) is unknown color: approx Green Yellow. HEX triplet: BA, F6 and 45. RGB value is (186,246,69). Sum of RGB (Red+Green+Blue) = 186+246+69=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF645 is #4509BA. Grayscale: #D0D0D0. Windows color (decimal): -4524475 or 4585146. OLE color: 4585146.

HSL color Cylindrical-coordinate representation of color #BAF645: hue angle of 80.34º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAF645 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB18624669-
CMYK0.2400.720.04
HSL80.34º90.77%61.76%-
HSV(B)80.34º71.95%96.47%-
XYZ54.2876.7817.59-
YUV207.8849.62112.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 246 (96.48% from 255) = 49.10%
BLUE value IS 69 (27.34% from 255) = 13.77%
R=37.13%
G=49.10%
B=13.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186246690.2400.720.0480.3490.7761.76
HexBAF645180484505b3e
Octal272366105300110412013376
Binary10111010111101101000101110000100100010010100001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF645; }

 p { color: rgb(186,246,69); }

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

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

 a { background-color: rgb(186,246,69); }

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

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

 span { border-color: rgb(186,246,69); }

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