#ABB67D

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

Shades of Caper #ABB67D

Tints of Caper #ABB67D

Color information

#ABB67D (or 0xABB67D) is unknown color: approx Caper. HEX triplet: AB, B6 and 7D. RGB value is (171,182,125). Sum of RGB (Red+Green+Blue) = 171+182+125=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB67D is #544982. Grayscale: #ACACAC. Windows color (decimal): -5523843 or 8238763. OLE color: 8238763.

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

Color convert

RGB171182125-
CMYK0.0600.310.29
HSL71.58º28.08%60.2%-
HSV(B)71.58º31.32%71.37%-
XYZ37.2243.5925.85-
YUV172.21101.36127.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=35.77%
G=38.08%
B=26.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711821250.0600.310.2971.5828.0860.2
HexABB67D601F1D481c3c
Octal2532661756037351103474
Binary1010101110110110111110111001111111101100100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB67D; }

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

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

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

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

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

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

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

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