#ABC268

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

Shades of Wild Willow #ABC268

Tints of Wild Willow #ABC268

Color information

#ABC268 (or 0xABC268) is unknown color: approx Wild Willow. HEX triplet: AB, C2 and 68. RGB value is (171,194,104). Sum of RGB (Red+Green+Blue) = 171+194+104=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC268 is #543D97. Grayscale: #B1B1B1. Windows color (decimal): -5520792 or 6865579. OLE color: 6865579.

HSL color Cylindrical-coordinate representation of color #ABC268: hue angle of 75.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABC268 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB171194104-
CMYK0.1200.460.24
HSL75.33º42.45%58.43%-
HSV(B)75.33º46.39%76.08%-
XYZ38.5948.2420.37-
YUV176.8686.88123.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=36.46%
G=41.36%
B=22.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941040.1200.460.2475.3342.4558.43
HexABC268C02E184b2a3a
Octal25330215014056301135272
Binary1010101111000010110100011000101110110001001011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC268; }

 p { color: rgb(171,194,104); }

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

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

 a { background-color: rgb(171,194,104); }

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

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

 span { border-color: rgb(171,194,104); }

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