#BACA70

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

Shades of Wild Willow #BACA70

Tints of Wild Willow #BACA70

Color information

#BACA70 (or 0xBACA70) is unknown color: approx Wild Willow. HEX triplet: BA, CA and 70. RGB value is (186,202,112). Sum of RGB (Red+Green+Blue) = 186+202+112=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA70 is #45358F. Grayscale: #BBBBBB. Windows color (decimal): -4535696 or 7391930. OLE color: 7391930.

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

Color convert

RGB186202112-
CMYK0.0800.450.21
HSL70.67º45.92%61.57%-
HSV(B)70.67º44.55%79.22%-
XYZ44.2953.8523.39-
YUV186.9685.7127.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 112 (44.14% from 255) = 22.4%
R=37.2%
G=40.4%
B=22.4%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021120.0800.450.2170.6745.9261.57
HexBACA70802D15472e3e
Octal27231216010055251075676
Binary1011101011001010111000010000101101101011000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA70; }

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

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

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

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

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

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

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

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