#ABCA67

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

Shades of Wild Willow #ABCA67

Tints of Wild Willow #ABCA67

Color information

#ABCA67 (or 0xABCA67) is unknown color: approx Wild Willow. HEX triplet: AB, CA and 67. RGB value is (171,202,103). Sum of RGB (Red+Green+Blue) = 171+202+103=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCA67 is #543598. Grayscale: #B5B5B5. Windows color (decimal): -5518745 or 6802091. OLE color: 6802091.

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

Color convert

RGB171202103-
CMYK0.1500.490.21
HSL78.79º48.29%59.8%-
HSV(B)78.79º49.01%79.22%-
XYZ40.3651.8820.72-
YUV181.4483.73120.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 202 (79.30% from 255) = 42.44%
BLUE value IS 103 (40.62% from 255) = 21.64%
R=35.92%
G=42.44%
B=21.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021030.1500.490.2178.7948.2959.8
HexABCA67F031154f303c
Octal25331214717061251176074
Binary1010101111001010110011111110110001101011001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA67; }

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

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

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

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

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

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

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

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