#BACA69

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

Shades of Wild Willow #BACA69

Tints of Wild Willow #BACA69

Color information

#BACA69 (or 0xBACA69) is unknown color: approx Wild Willow. HEX triplet: BA, CA and 69. RGB value is (186,202,105). Sum of RGB (Red+Green+Blue) = 186+202+105=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA69 is #453596. Grayscale: #BABABA. Windows color (decimal): -4535703 or 6933178. OLE color: 6933178.

HSL color Cylindrical-coordinate representation of color #BACA69: hue angle of 69.9º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BACA69 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB186202105-
CMYK0.0800.480.21
HSL69.9º47.78%60.2%-
HSV(B)69.9º48.02%79.22%-
XYZ43.9253.721.41-
YUV186.1682.2127.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 105 (41.41% from 255) = 21.30%
R=37.73%
G=40.97%
B=21.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021050.0800.480.2169.947.7860.2
HexBACA6980301546303c
Octal27231215110060251066074
Binary1011101011001010110100110000110000101011000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA69; }

 p { color: rgb(186,202,105); }

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

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

 a { background-color: rgb(186,202,105); }

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

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

 span { border-color: rgb(186,202,105); }

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