#BACB72

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

Shades of Wild Willow #BACB72

Tints of Wild Willow #BACB72

Color information

#BACB72 (or 0xBACB72) is unknown color: approx Wild Willow. HEX triplet: BA, CB and 72. RGB value is (186,203,114). Sum of RGB (Red+Green+Blue) = 186+203+114=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB72 is #45348D. Grayscale: #BCBCBC. Windows color (decimal): -4535438 or 7523258. OLE color: 7523258.

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

Color convert

RGB186203114-
CMYK0.0800.440.20
HSL71.46º46.11%62.16%-
HSV(B)71.46º43.84%79.61%-
XYZ44.6454.3724.06-
YUV187.7786.37126.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 203 (79.69% from 255) = 40.36%
BLUE value IS 114 (44.92% from 255) = 22.66%
R=36.98%
G=40.36%
B=22.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031140.0800.440.2071.4646.1162.16
HexBACB72802C14472e3e
Octal27231316210054241075676
Binary1011101011001011111001010000101100101001000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACB72; }

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

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

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

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

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

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

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

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