#BAF92C

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

Shades of Green Yellow #BAF92C

Tints of Green Yellow #BAF92C

Color information

#BAF92C (or 0xBAF92C) is unknown color: approx Green Yellow. HEX triplet: BA, F9 and 2C. RGB value is (186,249,44). Sum of RGB (Red+Green+Blue) = 186+249+44=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 249 (97.66% from 255 or 51.98% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF92C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF92C is #4506D3. Grayscale: #CFCFCF. Windows color (decimal): -4523732 or 2947514. OLE color: 2947514.

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

Color convert

RGB18624944-
CMYK0.2500.820.02
HSL78.44º94.47%57.45%-
HSV(B)78.44º82.33%97.65%-
XYZ54.5878.3714.63-
YUV206.7936.13113.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 249 (97.66% from 255) = 51.98%
BLUE value IS 44 (17.58% from 255) = 9.19%
R=38.83%
G=51.98%
B=9.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186249440.2500.820.0278.4494.4757.45
HexBAF92C1905224e5e39
Octal27237154310122211613671
Binary101110101111100110110011001010100101010011101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF92C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF92C; }

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

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

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

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

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

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

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

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