#ABBD71

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

Shades of Caper #ABBD71

Tints of Caper #ABBD71

Color information

#ABBD71 (or 0xABBD71) is unknown color: approx Caper. HEX triplet: AB, BD and 71. RGB value is (171,189,113). Sum of RGB (Red+Green+Blue) = 171+189+113=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD71 is #54428E. Grayscale: #AFAFAF. Windows color (decimal): -5522063 or 7454123. OLE color: 7454123.

HSL color Cylindrical-coordinate representation of color #ABBD71: hue angle of 74.21º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABBD71 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB171189113-
CMYK0.1000.400.26
HSL74.21º36.54%59.22%-
HSV(B)74.21º40.21%74.12%-
XYZ37.9746.2522.55-
YUV174.9593.04125.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 113 (44.53% from 255) = 23.89%
R=36.15%
G=39.96%
B=23.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891130.1000.400.2674.2136.5459.22
HexABBD71A0281A4a253b
Octal25327516112050321124573
Binary1010101110111101111000110100101000110101001010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD71; }

 p { color: rgb(171,189,113); }

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

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

 a { background-color: rgb(171,189,113); }

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

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

 span { border-color: rgb(171,189,113); }

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