#ABB672

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

Shades of Caper #ABB672

Tints of Caper #ABB672

Color information

#ABB672 (or 0xABB672) is unknown color: approx Caper. HEX triplet: AB, B6 and 72. RGB value is (171,182,114). Sum of RGB (Red+Green+Blue) = 171+182+114=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB672 is #54498D. Grayscale: #ABABAB. Windows color (decimal): -5523854 or 7517867. OLE color: 7517867.

HSL color Cylindrical-coordinate representation of color #ABB672: hue angle of 69.71º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABB672 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB171182114-
CMYK0.0600.370.29
HSL69.71º31.78%58.04%-
HSV(B)69.71º37.36%71.37%-
XYZ36.5643.3322.36-
YUV170.9695.86128.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 182 (71.48% from 255) = 38.97%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=36.62%
G=38.97%
B=24.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711821140.0600.370.2969.7131.7858.04
HexABB67260251D46203a
Octal2532661626045351064072
Binary101010111011011011100101100100101111011000110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB672; }

 p { color: rgb(171,182,114); }

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

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

 a { background-color: rgb(171,182,114); }

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

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

 span { border-color: rgb(171,182,114); }

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