#ABCD7B

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

Shades of Caper #ABCD7B

Tints of Caper #ABCD7B

Color information

#ABCD7B (or 0xABCD7B) is unknown color: approx Caper. HEX triplet: AB, CD and 7B. RGB value is (171,205,123). Sum of RGB (Red+Green+Blue) = 171+205+123=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD7B is #543284. Grayscale: #B9B9B9. Windows color (decimal): -5517957 or 8113579. OLE color: 8113579.

HSL color Cylindrical-coordinate representation of color #ABCD7B: hue angle of 84.88º degrees, saturation: 0.45, 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 #ABCD7B is Cyan = 0.17, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.

Color convert

RGB171205123-
CMYK0.1700.40.20
HSL84.88º45.05%64.31%-
HSV(B)84.88º40%80.39%-
XYZ42.253.7526.89-
YUV185.4992.74117.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 205 (80.47% from 255) = 41.08%
BLUE value IS 123 (48.44% from 255) = 24.65%
R=34.27%
G=41.08%
B=24.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051230.1700.40.2084.8845.0564.31
HexABCD7B1102814552d40
Octal253315173210502412555100
Binary101010111100110111110111000101010001010010101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD7B; }

 p { color: rgb(171,205,123); }

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

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

 a { background-color: rgb(171,205,123); }

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

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

 span { border-color: rgb(171,205,123); }

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