Html Css Color HEX #A7BD7F Caper

📋 copy color: '#A7BD7F'

red 167 ◦ green 189 ◦ blue 127

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

Shades of Caper #A7BD7F

Tints of Caper #A7BD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.29%

R = 34.58%
G = 39.13%
B = 26.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#A7BD7F (or 0xA7BD7F) is known color: Caper. HEX triplet: A7, BD and 7F. RGB value is (167,189,127). Sum of RGB (Red+Green+Blue) = 167+189+127=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD7F is #584280. Grayscale: #AFAFAF. Windows color (decimal): -5784193 or 8371623. OLE color: 8371623.

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

Color convert

RGB 167 189 127 -
CMYK 0.12 0 0.33 0.26
HSL 81.29º 0.32% 0.62% -
HSV(B) 81.29º 0.33% 0.74% -
XYZ 37.96 46.14 26.98 -
YUV 175.35 100.71 122.04 -
System Red Green Blue C M Y K H S L
Decimal 167 189 127 0.12 0 0.33 0.26 81.29 0.32 0.62
Hex A7 BD 7F C 0 21 1A 51 20 3E
Octal 247 275 177 14 0 41 32 121 40 76
Binary 10100111 10111101 1111111 1100 0 100001 11010 1010001 100000 111110

Color Harmonies of #A7BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD7F

Black with #A7BD7F

Text Example


Text Example

White with #A7BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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