#ABBD74

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

Shades of Caper #ABBD74

Tints of Caper #ABBD74

Color information

#ABBD74 (or 0xABBD74) is unknown color: approx Caper. HEX triplet: AB, BD and 74. RGB value is (171,189,116). Sum of RGB (Red+Green+Blue) = 171+189+116=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD74 is #54428B. Grayscale: #AFAFAF. Windows color (decimal): -5522060 or 7650731. OLE color: 7650731.

HSL color Cylindrical-coordinate representation of color #ABBD74: hue angle of 74.79º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABBD74 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB171189116-
CMYK0.1000.390.26
HSL74.79º35.61%59.8%-
HSV(B)74.79º38.62%74.12%-
XYZ38.1446.3123.45-
YUV175.394.54124.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 189 (74.22% from 255) = 39.71%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=35.92%
G=39.71%
B=24.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891160.1000.390.2674.7935.6159.8
HexABBD74A0271A4b243c
Octal25327516412047321134474
Binary1010101110111101111010010100100111110101001011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD74; }

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

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

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

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

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

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

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

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