#BAC862

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

Shades of Wild Willow #BAC862

Tints of Wild Willow #BAC862

Color information

#BAC862 (or 0xBAC862) is unknown color: approx Wild Willow. HEX triplet: BA, C8 and 62. RGB value is (186,200,98). Sum of RGB (Red+Green+Blue) = 186+200+98=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC862 is #45379D. Grayscale: #B8B8B8. Windows color (decimal): -4536222 or 6473914. OLE color: 6473914.

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

Color convert

RGB18620098-
CMYK0.0700.510.22
HSL68.24º48.11%58.43%-
HSV(B)68.24º51%78.43%-
XYZ43.1152.6319.44-
YUV184.1979.36129.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 98 (38.67% from 255) = 20.25%
R=38.43%
G=41.32%
B=20.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186200980.0700.510.2268.2448.1158.43
HexBAC86270331644303a
Octal2723101427063261046072
Binary101110101100100011000101110110011101101000100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC862; }

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

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

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

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

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

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

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

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