Html Css Color HEX #A7BE7D Caper

📋 copy color: '#A7BE7D'

red 167 ◦ green 190 ◦ blue 125

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

Shades of Caper #A7BE7D

Tints of Caper #A7BE7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.93%

R = 34.65%
G = 39.42%
B = 25.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#A7BE7D (or 0xA7BE7D) is known color: Caper. HEX triplet: A7, BE and 7D. RGB value is (167,190,125). Sum of RGB (Red+Green+Blue) = 167+190+125=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 125 (49.22% from 255 or 25.93% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BE7D is #584182. Grayscale: #AFAFAF. Windows color (decimal): -5783939 or 8240807. OLE color: 8240807.

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

Color convert

RGB 167 190 125 -
CMYK 0.12 0 0.34 0.25
HSL 81.23º 0.33% 0.62% -
HSV(B) 81.23º 0.34% 0.75% -
XYZ 38.05 46.52 26.38 -
YUV 175.71 99.38 121.79 -
System Red Green Blue C M Y K H S L
Decimal 167 190 125 0.12 0 0.34 0.25 81.23 0.33 0.62
Hex A7 BE 7D C 0 22 19 51 21 3E
Octal 247 276 175 14 0 42 31 121 41 76
Binary 10100111 10111110 1111101 1100 0 100010 11001 1010001 100001 111110

Color Harmonies of #A7BE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BE7D

Black with #A7BE7D

Text Example


Text Example

White with #A7BE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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