#ABC360

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

Shades of Wild Willow #ABC360

Tints of Wild Willow #ABC360

Color information

#ABC360 (or 0xABC360) is unknown color: approx Wild Willow. HEX triplet: AB, C3 and 60. RGB value is (171,195,96). Sum of RGB (Red+Green+Blue) = 171+195+96=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC360 is #543C9F. Grayscale: #B0B0B0. Windows color (decimal): -5520544 or 6341547. OLE color: 6341547.

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

Color convert

RGB17119596-
CMYK0.1200.510.24
HSL74.55º45.21%57.06%-
HSV(B)74.55º50.77%76.47%-
XYZ38.4248.5318.41-
YUV176.5482.55124.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 195 (76.56% from 255) = 42.21%
BLUE value IS 96 (37.89% from 255) = 20.78%
R=37.01%
G=42.21%
B=20.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171195960.1200.510.2474.5545.2157.06
HexABC360C033184b2d39
Octal25330314014063301135571
Binary1010101111000011110000011000110011110001001011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC360; }

 p { color: rgb(171,195,96); }

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

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

 a { background-color: rgb(171,195,96); }

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

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

 span { border-color: rgb(171,195,96); }

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