Html Css Color HEX #A7BE80 Caper

📋 copy color: '#A7BE80'

red 167 ◦ green 190 ◦ blue 128

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

Shades of Caper #A7BE80

Tints of Caper #A7BE80

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.18%

 BLUE value IS 128 (50.39% from 255) = 26.39%

R = 34.43%
G = 39.18%
B = 26.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#A7BE80 (or 0xA7BE80) is known color: Caper. HEX triplet: A7, BE and 80. RGB value is (167,190,128). Sum of RGB (Red+Green+Blue) = 167+190+128=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE80 is #58417F. Grayscale: #B0B0B0. Windows color (decimal): -5783936 or 8437415. OLE color: 8437415.

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

Color convert

RGB 167 190 128 -
CMYK 0.12 0 0.33 0.25
HSL 82.26º 0.32% 0.62% -
HSV(B) 82.26º 0.33% 0.75% -
XYZ 38.25 46.6 27.4 -
YUV 176.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 167 190 128 0.12 0 0.33 0.25 82.26 0.32 0.62
Hex A7 BE 80 C 0 21 19 52 20 3E
Octal 247 276 200 14 0 41 31 122 40 76
Binary 10100111 10111110 10000000 1100 0 100001 11001 1010010 100000 111110

Color Harmonies of #A7BE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BE80

Black with #A7BE80

Text Example


Text Example

White with #A7BE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BE80; }

 p { color: rgb(167,190,128); }

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

background-color css

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

 a { background-color: rgb(167,190,128); }

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

border-color css

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

 span { border-color: rgb(167,190,128); }

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