#A5C27C

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

Shades of Caper #A5C27C

Tints of Caper #A5C27C

Color information

#A5C27C (or 0xA5C27C) is unknown color: approx Caper. HEX triplet: A5, C2 and 7C. RGB value is (165,194,124). Sum of RGB (Red+Green+Blue) = 165+194+124=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C27C is #5A3D83. Grayscale: #B1B1B1. Windows color (decimal): -5913988 or 8176293. OLE color: 8176293.

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

Color convert

RGB165194124-
CMYK0.1500.360.24
HSL84.86º36.46%62.35%-
HSV(B)84.86º36.08%76.08%-
XYZ38.4548.0426.31-
YUV177.3597.89119.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 124 (48.83% from 255) = 25.67%
R=34.16%
G=40.17%
B=25.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651941240.1500.360.2484.8636.4662.35
HexA5C27CF0241855243e
Octal24530217417044301254476
Binary1010010111000010111110011110100100110001010101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C27C; }

 p { color: rgb(165,194,124); }

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

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

 a { background-color: rgb(165,194,124); }

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

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

 span { border-color: rgb(165,194,124); }

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