#BAC763

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

Shades of Wild Willow #BAC763

Tints of Wild Willow #BAC763

Color information

#BAC763 (or 0xBAC763) is unknown color: approx Wild Willow. HEX triplet: BA, C7 and 63. RGB value is (186,199,99). Sum of RGB (Red+Green+Blue) = 186+199+99=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 99 (39.06% from 255 or 20.45% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC763 is #45389C. Grayscale: #B8B8B8. Windows color (decimal): -4536477 or 6539194. OLE color: 6539194.

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

Color convert

RGB18619999-
CMYK0.0700.500.22
HSL67.8º47.17%58.43%-
HSV(B)67.8º50.25%78.04%-
XYZ42.9352.1919.62-
YUV183.7180.19129.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 199 (78.12% from 255) = 41.12%
BLUE value IS 99 (39.06% from 255) = 20.45%
R=38.43%
G=41.12%
B=20.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186199990.0700.500.2267.847.1758.43
HexBAC763703216442f3a
Octal2723071437062261045772
Binary101110101100011111000111110110010101101000100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC763; }

 p { color: rgb(186,199,99); }

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

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

 a { background-color: rgb(186,199,99); }

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

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

 span { border-color: rgb(186,199,99); }

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