#ABCB6E

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

Shades of Caper #ABCB6E

Tints of Caper #ABCB6E

Color information

#ABCB6E (or 0xABCB6E) is unknown color: approx Caper. HEX triplet: AB, CB and 6E. RGB value is (171,203,110). Sum of RGB (Red+Green+Blue) = 171+203+110=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB6E is #543491. Grayscale: #B7B7B7. Windows color (decimal): -5518482 or 7261099. OLE color: 7261099.

HSL color Cylindrical-coordinate representation of color #ABCB6E: hue angle of 80.65º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABCB6E is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB171203110-
CMYK0.1600.460.20
HSL80.65º47.21%61.37%-
HSV(B)80.65º45.81%79.61%-
XYZ40.9652.522.73-
YUV182.8386.9119.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.33%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=35.33%
G=41.94%
B=22.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031100.1600.460.2080.6547.2161.37
HexABCB6E1002E14512f3d
Octal25331315620056241215775
Binary10101011110010111101110100000101110101001010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB6E; }

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

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

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

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

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

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

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

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