#A5C37B

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

Shades of Caper #A5C37B

Tints of Caper #A5C37B

Color information

#A5C37B (or 0xA5C37B) is unknown color: approx Caper. HEX triplet: A5, C3 and 7B. RGB value is (165,195,123). Sum of RGB (Red+Green+Blue) = 165+195+123=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C37B is #5A3C84. Grayscale: #B2B2B2. Windows color (decimal): -5913733 or 8111013. OLE color: 8111013.

HSL color Cylindrical-coordinate representation of color #A5C37B: hue angle of 85º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5C37B is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB165195123-
CMYK0.1500.370.24
HSL85º37.5%62.35%-
HSV(B)85º36.92%76.47%-
XYZ38.6148.4626.06-
YUV177.8297.06118.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 195 (76.56% from 255) = 40.37%
BLUE value IS 123 (48.44% from 255) = 25.47%
R=34.16%
G=40.37%
B=25.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951230.1500.370.248537.562.35
HexA5C37BF0251855263e
Octal24530317317045301254676
Binary1010010111000011111101111110100101110001010101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C37B; }

 p { color: rgb(165,195,123); }

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

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

 a { background-color: rgb(165,195,123); }

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

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

 span { border-color: rgb(165,195,123); }

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