Html Css Color HEX #A7BE82 Caper

📋 copy color: '#A7BE82'

red 167 ◦ green 190 ◦ blue 130

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

Shades of Caper #A7BE82

Tints of Caper #A7BE82

RGB

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

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

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

R = 34.29%
G = 39.01%
B = 26.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#A7BE82 (or 0xA7BE82) is known color: Caper. HEX triplet: A7, BE and 82. RGB value is (167,190,130). Sum of RGB (Red+Green+Blue) = 167+190+130=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE82 is #58417D. Grayscale: #B0B0B0. Windows color (decimal): -5783934 or 8568487. OLE color: 8568487.

HSL color Cylindrical-coordinate representation of color #A7BE82: hue angle of 83º degrees, saturation: 0.32, 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 #A7BE82 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 190 130 -
CMYK 0.12 0 0.32 0.25
HSL 83º 0.32% 0.63% -
HSV(B) 83º 0.32% 0.75% -
XYZ 38.38 46.65 28.1 -
YUV 176.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 167 190 130 0.12 0 0.32 0.25 83 0.32 0.63
Hex A7 BE 82 C 0 20 19 53 20 3F
Octal 247 276 202 14 0 40 31 123 40 77
Binary 10100111 10111110 10000010 1100 0 100000 11001 1010011 100000 111111

Color Harmonies of #A7BE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BE82

Black with #A7BE82

Text Example


Text Example

White with #A7BE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BE82; }

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

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

background-color css

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

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

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

border-color css

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

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

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