#ABCC6A

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

Shades of Caper #ABCC6A

Tints of Caper #ABCC6A

Color information

#ABCC6A (or 0xABCC6A) is unknown color: approx Caper. HEX triplet: AB, CC and 6A. RGB value is (171,204,106). Sum of RGB (Red+Green+Blue) = 171+204+106=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC6A is #543395. Grayscale: #B7B7B7. Windows color (decimal): -5518230 or 6999211. OLE color: 6999211.

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

Color convert

RGB171204106-
CMYK0.1600.480.2
HSL80.2º49%60.78%-
HSV(B)80.2º48.04%80%-
XYZ40.9952.8821.68-
YUV182.9684.57119.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 106 (41.80% from 255) = 22.04%
R=35.55%
G=42.41%
B=22.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041060.1600.480.280.24960.78
HexABCC6A100301450313d
Octal25331415220060241206175
Binary10101011110011001101010100000110000101001010000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC6A; }

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

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

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

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

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

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

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

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