Html Css Color HEX #A7C082 Caper

📋 copy color: '#A7C082'

red 167 ◦ green 192 ◦ blue 130

#A7C082
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #A7C082

Tints of Caper #A7C082

RGB

 RED value IS 167 (65.63% from 255) = 34.15%

 GREEN value IS 192 (75.39% from 255) = 39.26%

 BLUE value IS 130 (51.17% from 255) = 26.58%

R = 34.15%
G = 39.26%
B = 26.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#A7C082 (or 0xA7C082) is known color: Caper. HEX triplet: A7, C0 and 82. RGB value is (167,192,130). Sum of RGB (Red+Green+Blue) = 167+192+130=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C082 is #583F7D. Grayscale: #B1B1B1. Windows color (decimal): -5783422 or 8568999. OLE color: 8568999.

HSL color Cylindrical-coordinate representation of color #A7C082: hue angle of 84.19º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A7C082 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 192 130 -
CMYK 0.13 0 0.32 0.25
HSL 84.19º 0.33% 0.63% -
HSV(B) 84.19º 0.32% 0.75% -
XYZ 38.82 47.53 28.25 -
YUV 177.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 167 192 130 0.13 0 0.32 0.25 84.19 0.33 0.63
Hex A7 C0 82 D 0 20 19 54 21 3F
Octal 247 300 202 15 0 40 31 124 41 77
Binary 10100111 11000000 10000010 1101 0 100000 11001 1010100 100001 111111

Color Harmonies of #A7C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C082

Black with #A7C082

Text Example


Text Example

White with #A7C082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C082; }

 p { color: rgb(167,192,130); }

 H1.HeaderClassName
 {
   color: #A7C082;
 }
 .AnyTagClassName
 {
   color: #A7C082;
 }
</style>

background-color css

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

 a { background-color: rgb(167,192,130); }

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

border-color css

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

 span { border-color: rgb(167,192,130); }

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