#ABC36A

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

Shades of Caper #ABC36A

Tints of Caper #ABC36A

Color information

#ABC36A (or 0xABC36A) is unknown color: approx Caper. HEX triplet: AB, C3 and 6A. RGB value is (171,195,106). Sum of RGB (Red+Green+Blue) = 171+195+106=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC36A is #543C95. Grayscale: #B2B2B2. Windows color (decimal): -5520534 or 6996907. OLE color: 6996907.

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

Color convert

RGB171195106-
CMYK0.1200.460.24
HSL76.18º42.58%59.02%-
HSV(B)76.18º45.64%76.47%-
XYZ38.9148.7320.99-
YUV177.6887.55123.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 106 (41.80% from 255) = 22.46%
R=36.23%
G=41.31%
B=22.46%

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
Decimal1711951060.1200.460.2476.1842.5859.02
HexABC36AC02E184c2b3b
Octal25330315214056301145373
Binary1010101111000011110101011000101110110001001100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC36A; }

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

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

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

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

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

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

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

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