#ABC969

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

Shades of Caper #ABC969

Tints of Caper #ABC969

Color information

#ABC969 (or 0xABC969) is unknown color: approx Caper. HEX triplet: AB, C9 and 69. RGB value is (171,201,105). Sum of RGB (Red+Green+Blue) = 171+201+105=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC969 is #543696. Grayscale: #B5B5B5. Windows color (decimal): -5518999 or 6932907. OLE color: 6932907.

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

Color convert

RGB171201105-
CMYK0.1500.480.21
HSL78.75º47.06%60%-
HSV(B)78.75º47.76%78.82%-
XYZ40.2351.4521.18-
YUV181.0985.06120.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 201 (78.91% from 255) = 42.14%
BLUE value IS 105 (41.41% from 255) = 22.01%
R=35.85%
G=42.14%
B=22.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712011050.1500.480.2178.7547.0660
HexABC969F030154f2f3c
Octal25331115117060251175774
Binary1010101111001001110100111110110000101011001111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC969; }

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

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

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

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

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

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

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

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