#ABCC83

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

Shades of Caper #ABCC83

Tints of Caper #ABCC83

Color information

#ABCC83 (or 0xABCC83) is unknown color: approx Caper. HEX triplet: AB, CC and 83. RGB value is (171,204,131). Sum of RGB (Red+Green+Blue) = 171+204+131=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC83 is #54337C. Grayscale: #BABABA. Windows color (decimal): -5518205 or 8637611. OLE color: 8637611.

HSL color Cylindrical-coordinate representation of color #ABCC83: hue angle of 87.12º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABCC83 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB171204131-
CMYK0.1600.360.2
HSL87.12º41.71%65.69%-
HSV(B)87.12º35.78%80%-
XYZ42.4853.4829.56-
YUV185.8197.07117.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=33.79%
G=40.32%
B=25.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041310.1600.360.287.1241.7165.69
HexABCC831002414572a42
Octal253314203200442412752102
Binary1010101111001100100000111000001001001010010101111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC83; }

 p { color: rgb(171,204,131); }

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

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

 a { background-color: rgb(171,204,131); }

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

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

 span { border-color: rgb(171,204,131); }

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