#A4B57B

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

Shades of Caper #A4B57B

Tints of Caper #A4B57B

Color information

#A4B57B (or 0xA4B57B) is unknown color: approx Caper. HEX triplet: A4, B5 and 7B. RGB value is (164,181,123). Sum of RGB (Red+Green+Blue) = 164+181+123=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B57B is #5B4A84. Grayscale: #A9A9A9. Windows color (decimal): -5982853 or 8107428. OLE color: 8107428.

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

Color convert

RGB164181123-
CMYK0.0900.320.29
HSL77.59º28.16%59.61%-
HSV(B)77.59º32.04%70.98%-
XYZ35.4142.3725.05-
YUV169.3101.87124.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 123 (48.44% from 255) = 26.28%
R=35.04%
G=38.68%
B=26.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641811230.0900.320.2977.5928.1659.61
HexA4B57B90201D4e1c3c
Octal24426517311040351163474
Binary101001001011010111110111001010000011101100111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B57B; }

 p { color: rgb(164,181,123); }

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

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

 a { background-color: rgb(164,181,123); }

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

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

 span { border-color: rgb(164,181,123); }

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