#a7c27a

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

Shades of Caper #A7C27A

Tints of Caper #A7C27A

Color information

#A7C27A (or 0xA7C27A) is unknown color: approx Caper. HEX triplet: A7, C2 and 7A. RGB value is (167,194,122). Sum of RGB (Red+Green+Blue) = 167+194+122=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C27A is #583D85. Grayscale: #B1B1B1. Windows color (decimal): -5782918 or 8045223. OLE color: 8045223.

HSL color Cylindrical-coordinate representation of color #A7C27A: hue angle of 82.5º degrees, saturation: 0.37, 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 #A7C27A is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB167194122-
CMYK0.1400.370.24
HSL82.5º37.11%61.96%-
HSV(B)82.5º37.11%76.08%-
XYZ38.7448.225.67-
YUV177.7296.55120.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.58%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=34.58%
G=40.17%
B=25.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671941220.1400.370.2482.537.1161.96
HexA7C27AE0251852253e
Octal24730217216045301224576
Binary1010011111000010111101011100100101110001010010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7c27a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7c27a; }

 p { color: rgb(167,194,122); }

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

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

 a { background-color: rgb(167,194,122); }

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

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

 span { border-color: rgb(167,194,122); }

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