#BAC858

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

Shades of Wild Willow #BAC858

Tints of Wild Willow #BAC858

Color information

#BAC858 (or 0xBAC858) is unknown color: approx Wild Willow. HEX triplet: BA, C8 and 58. RGB value is (186,200,88). Sum of RGB (Red+Green+Blue) = 186+200+88=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC858 is #4537A7. Grayscale: #B7B7B7. Windows color (decimal): -4536232 or 5818554. OLE color: 5818554.

HSL color Cylindrical-coordinate representation of color #BAC858: hue angle of 67.5º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAC858 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB18620088-
CMYK0.0700.560.22
HSL67.5º50.45%56.47%-
HSV(B)67.5º56%78.43%-
XYZ42.6752.4517.11-
YUV183.0574.36130.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 200 (78.52% from 255) = 42.19%
BLUE value IS 88 (34.77% from 255) = 18.57%
R=39.24%
G=42.19%
B=18.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186200880.0700.560.2267.550.4556.47
HexBAC858703816443238
Octal2723101307070261046270
Binary101110101100100010110001110111000101101000100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC858; }

 p { color: rgb(186,200,88); }

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

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

 a { background-color: rgb(186,200,88); }

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

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

 span { border-color: rgb(186,200,88); }

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