#ABCA65

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

Shades of Wild Willow #ABCA65

Tints of Wild Willow #ABCA65

Color information

#ABCA65 (or 0xABCA65) is unknown color: approx Wild Willow. HEX triplet: AB, CA and 65. RGB value is (171,202,101). Sum of RGB (Red+Green+Blue) = 171+202+101=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA65 is #54359A. Grayscale: #B5B5B5. Windows color (decimal): -5518747 or 6671019. OLE color: 6671019.

HSL color Cylindrical-coordinate representation of color #ABCA65: hue angle of 78.42º 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 #ABCA65 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB171202101-
CMYK0.1500.500.21
HSL78.42º48.79%59.41%-
HSV(B)78.42º50%79.22%-
XYZ40.2651.8420.2-
YUV181.2282.73120.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 101 (39.84% from 255) = 21.31%
R=36.08%
G=42.62%
B=21.31%

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
Decimal1712021010.1500.500.2178.4248.7959.41
HexABCA65F032154e313b
Octal25331214517062251166173
Binary1010101111001010110010111110110010101011001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA65; }

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

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

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

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

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

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

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

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