#BACC39

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

Shades of Fuego #BACC39

Tints of Fuego #BACC39

Color information

#BACC39 (or 0xBACC39) is unknown color: approx Fuego. HEX triplet: BA, CC and 39. RGB value is (186,204,57). Sum of RGB (Red+Green+Blue) = 186+204+57=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC39 is #4533C6. Grayscale: #B6B6B6. Windows color (decimal): -4535239 or 3787962. OLE color: 3787962.

HSL color Cylindrical-coordinate representation of color #BACC39: hue angle of 67.35º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BACC39 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB18620457-
CMYK0.0900.720.2
HSL67.35º59.04%51.18%-
HSV(B)67.35º72.06%80%-
XYZ42.5853.9212.03-
YUV181.8657.54130.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 204 (80.08% from 255) = 45.64%
BLUE value IS 57 (22.66% from 255) = 12.75%
R=41.61%
G=45.64%
B=12.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186204570.0900.720.267.3559.0451.18
HexBACC39904814433b33
Octal27231471110110241037363
Binary1011101011001100111001100101001000101001000011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC39; }

 p { color: rgb(186,204,57); }

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

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

 a { background-color: rgb(186,204,57); }

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

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

 span { border-color: rgb(186,204,57); }

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