#ABCB7A

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

Shades of Caper #ABCB7A

Tints of Caper #ABCB7A

Color information

#ABCB7A (or 0xABCB7A) is unknown color: approx Caper. HEX triplet: AB, CB and 7A. RGB value is (171,203,122). Sum of RGB (Red+Green+Blue) = 171+203+122=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB7A is #543485. Grayscale: #B8B8B8. Windows color (decimal): -5518470 or 8047531. OLE color: 8047531.

HSL color Cylindrical-coordinate representation of color #ABCB7A: hue angle of 83.7º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABCB7A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB171203122-
CMYK0.1600.400.20
HSL83.7º43.78%63.73%-
HSV(B)83.7º39.9%79.61%-
XYZ41.6652.7726.4-
YUV184.292.9118.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=34.48%
G=40.93%
B=24.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031220.1600.400.2083.743.7863.73
HexABCB7A1002814542c40
Octal253313172200502412454100
Binary101010111100101111110101000001010001010010101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB7A; }

 p { color: rgb(171,203,122); }

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

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

 a { background-color: rgb(171,203,122); }

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

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

 span { border-color: rgb(171,203,122); }

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