#ABC967

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

Shades of Wild Willow #ABC967

Tints of Wild Willow #ABC967

Color information

#ABC967 (or 0xABC967) is unknown color: approx Wild Willow. HEX triplet: AB, C9 and 67. RGB value is (171,201,103). Sum of RGB (Red+Green+Blue) = 171+201+103=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC967 is #543698. Grayscale: #B5B5B5. Windows color (decimal): -5519001 or 6801835. OLE color: 6801835.

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

Color convert

RGB171201103-
CMYK0.1500.490.21
HSL78.37º47.57%59.61%-
HSV(B)78.37º48.76%78.82%-
XYZ40.1351.4120.64-
YUV180.8684.06120.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=36%
G=42.32%
B=21.68%

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
Decimal1712011030.1500.490.2178.3747.5759.61
HexABC967F031154e303c
Octal25331114717061251166074
Binary1010101111001001110011111110110001101011001110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC967; }

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

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

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

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

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

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

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

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