#BACA64

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

Shades of Wild Willow #BACA64

Tints of Wild Willow #BACA64

Color information

#BACA64 (or 0xBACA64) is unknown color: approx Wild Willow. HEX triplet: BA, CA and 64. RGB value is (186,202,100). Sum of RGB (Red+Green+Blue) = 186+202+100=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA64 is #45359B. Grayscale: #B9B9B9. Windows color (decimal): -4535708 or 6605498. OLE color: 6605498.

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

Color convert

RGB186202100-
CMYK0.0800.500.21
HSL69.41º49.04%59.22%-
HSV(B)69.41º50.5%79.22%-
XYZ43.6753.620.1-
YUV185.5979.7128.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 202 (79.30% from 255) = 41.39%
BLUE value IS 100 (39.45% from 255) = 20.49%
R=38.11%
G=41.39%
B=20.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021000.0800.500.2169.4149.0459.22
HexBACA6480321545313b
Octal27231214410062251056173
Binary1011101011001010110010010000110010101011000101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA64; }

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

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

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

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

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

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

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

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