Html Css Color HEX #A7BE76 Caper

📋 copy color: '#A7BE76'

red 167 ◦ green 190 ◦ blue 118

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

Shades of Caper #A7BE76

Tints of Caper #A7BE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.84%

R = 35.16%
G = 40%
B = 24.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#A7BE76 (or 0xA7BE76) is known color: Caper. HEX triplet: A7, BE and 76. RGB value is (167,190,118). Sum of RGB (Red+Green+Blue) = 167+190+118=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BE76 is #584189. Grayscale: #AFAFAF. Windows color (decimal): -5783946 or 7782055. OLE color: 7782055.

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

Color convert

RGB 167 190 118 -
CMYK 0.12 0 0.38 0.25
HSL 79.17º 0.36% 0.6% -
HSV(B) 79.17º 0.38% 0.75% -
XYZ 37.62 46.35 24.1 -
YUV 174.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 167 190 118 0.12 0 0.38 0.25 79.17 0.36 0.6
Hex A7 BE 76 C 0 26 19 4F 24 3C
Octal 247 276 166 14 0 46 31 117 44 74
Binary 10100111 10111110 1110110 1100 0 100110 11001 1001111 100100 111100

Color Harmonies of #A7BE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BE76

Black with #A7BE76

Text Example


Text Example

White with #A7BE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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