#BAC737

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

Shades of Fuego #BAC737

Tints of Fuego #BAC737

Color information

#BAC737 (or 0xBAC737) is unknown color: approx Fuego. HEX triplet: BA, C7 and 37. RGB value is (186,199,55). Sum of RGB (Red+Green+Blue) = 186+199+55=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC737 is #4538C8. Grayscale: #B3B3B3. Windows color (decimal): -4536521 or 3655610. OLE color: 3655610.

HSL color Cylindrical-coordinate representation of color #BAC737: hue angle of 65.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAC737 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB18619955-
CMYK0.0700.720.22
HSL65.42º56.69%49.8%-
HSV(B)65.42º72.36%78.04%-
XYZ41.3651.5611.39-
YUV178.758.19133.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 199 (78.12% from 255) = 45.23%
BLUE value IS 55 (21.88% from 255) = 12.5%
R=42.27%
G=45.23%
B=12.5%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186199550.0700.720.2265.4256.6949.8
HexBAC737704816413932
Octal2723076770110261017162
Binary101110101100011111011111101001000101101000001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC737; }

 p { color: rgb(186,199,55); }

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

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

 a { background-color: rgb(186,199,55); }

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

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

 span { border-color: rgb(186,199,55); }

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