#BACC5A

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

Shades of Wild Willow #BACC5A

Tints of Wild Willow #BACC5A

Color information

#BACC5A (or 0xBACC5A) is unknown color: approx Wild Willow. HEX triplet: BA, CC and 5A. RGB value is (186,204,90). Sum of RGB (Red+Green+Blue) = 186+204+90=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC5A is #4533A5. Grayscale: #BABABA. Windows color (decimal): -4535206 or 5950650. OLE color: 5950650.

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

Color convert

RGB18620490-
CMYK0.0900.560.2
HSL69.47º52.78%57.65%-
HSV(B)69.47º55.88%80%-
XYZ43.6954.3617.86-
YUV185.6274.04128.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 204 (80.08% from 255) = 42.5%
BLUE value IS 90 (35.55% from 255) = 18.75%
R=38.75%
G=42.5%
B=18.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186204900.0900.560.269.4752.7857.65
HexBACC5A90381445353a
Octal27231413211070241056572
Binary1011101011001100101101010010111000101001000101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC5A; }

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

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

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

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

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

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

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

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