#ACCA65

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

Shades of Wild Willow #ACCA65

Tints of Wild Willow #ACCA65

Color information

#ACCA65 (or 0xACCA65) is unknown color: approx Wild Willow. HEX triplet: AC, CA and 65. RGB value is (172,202,101). Sum of RGB (Red+Green+Blue) = 172+202+101=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCA65 is #53359A. Grayscale: #B5B5B5. Windows color (decimal): -5453211 or 6671020. OLE color: 6671020.

HSL color Cylindrical-coordinate representation of color #ACCA65: hue angle of 77.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACCA65 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB172202101-
CMYK0.1500.500.21
HSL77.82º48.79%59.41%-
HSV(B)77.82º50%79.22%-
XYZ40.4851.9520.21-
YUV181.5282.56121.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=36.21%
G=42.53%
B=21.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021010.1500.500.2177.8248.7959.41
HexACCA65F032154e313b
Octal25431214517062251166173
Binary1010110011001010110010111110110010101011001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA65; }

 p { color: rgb(172,202,101); }

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

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

 a { background-color: rgb(172,202,101); }

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

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

 span { border-color: rgb(172,202,101); }

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