Html Css Color HEX #A7BD7D Caper

📋 copy color: '#A7BD7D'

red 167 ◦ green 189 ◦ blue 125

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

Shades of Caper #A7BD7D

Tints of Caper #A7BD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.29%

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

R = 34.72%
G = 39.29%
B = 25.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#A7BD7D (or 0xA7BD7D) is known color: Caper. HEX triplet: A7, BD and 7D. RGB value is (167,189,125). Sum of RGB (Red+Green+Blue) = 167+189+125=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD7D is #584282. Grayscale: #AFAFAF. Windows color (decimal): -5784195 or 8240551. OLE color: 8240551.

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

Color convert

RGB 167 189 125 -
CMYK 0.12 0 0.34 0.26
HSL 80.63º 0.33% 0.62% -
HSV(B) 80.63º 0.34% 0.74% -
XYZ 37.84 46.09 26.3 -
YUV 175.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 167 189 125 0.12 0 0.34 0.26 80.63 0.33 0.62
Hex A7 BD 7D C 0 22 1A 51 21 3E
Octal 247 275 175 14 0 42 32 121 41 76
Binary 10100111 10111101 1111101 1100 0 100010 11010 1010001 100001 111110

Color Harmonies of #A7BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD7D

Black with #A7BD7D

Text Example


Text Example

White with #A7BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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