#BACD35

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

Shades of Fuego #BACD35

Tints of Fuego #BACD35

Color information

#BACD35 (or 0xBACD35) is unknown color: approx Fuego. HEX triplet: BA, CD and 35. RGB value is (186,205,53). Sum of RGB (Red+Green+Blue) = 186+205+53=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 53 (21.09% from 255 or 11.94% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACD35 is #4532CA. Grayscale: #B6B6B6. Windows color (decimal): -4534987 or 3526074. OLE color: 3526074.

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

Color convert

RGB18620553-
CMYK0.0900.740.20
HSL67.5º60.32%50.59%-
HSV(B)67.5º74.15%80.39%-
XYZ42.7254.3611.61-
YUV181.9955.21130.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 205 (80.47% from 255) = 46.17%
BLUE value IS 53 (21.09% from 255) = 11.94%
R=41.89%
G=46.17%
B=11.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186205530.0900.740.2067.560.3250.59
HexBACD35904A14443c33
Octal27231565110112241047463
Binary1011101011001101110101100101001010101001000100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD35; }

 p { color: rgb(186,205,53); }

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

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

 a { background-color: rgb(186,205,53); }

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

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

 span { border-color: rgb(186,205,53); }

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