#BACB70

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

Shades of Wild Willow #BACB70

Tints of Wild Willow #BACB70

Color information

#BACB70 (or 0xBACB70) is unknown color: approx Wild Willow. HEX triplet: BA, CB and 70. RGB value is (186,203,112). Sum of RGB (Red+Green+Blue) = 186+203+112=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB70 is #45348F. Grayscale: #BBBBBB. Windows color (decimal): -4535440 or 7392186. OLE color: 7392186.

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

Color convert

RGB186203112-
CMYK0.0800.450.20
HSL71.21º46.67%61.76%-
HSV(B)71.21º44.83%79.61%-
XYZ44.5354.3223.47-
YUV187.5485.37126.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 203 (79.69% from 255) = 40.52%
BLUE value IS 112 (44.14% from 255) = 22.36%
R=37.13%
G=40.52%
B=22.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031120.0800.450.2071.2146.6761.76
HexBACB70802D14472f3e
Octal27231316010055241075776
Binary1011101011001011111000010000101101101001000111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACB70; }

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

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

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

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

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

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

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

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