Html Css Color HEX #A7BD7A Caper

📋 copy color: '#A7BD7A'

red 167 ◦ green 189 ◦ blue 122

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

Shades of Caper #A7BD7A

Tints of Caper #A7BD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.52%

R = 34.94%
G = 39.54%
B = 25.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#A7BD7A (or 0xA7BD7A) is known color: Caper. HEX triplet: A7, BD and 7A. RGB value is (167,189,122). Sum of RGB (Red+Green+Blue) = 167+189+122=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD7A is #584285. Grayscale: #AFAFAF. Windows color (decimal): -5784198 or 8043943. OLE color: 8043943.

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

Color convert

RGB 167 189 122 -
CMYK 0.12 0 0.35 0.26
HSL 79.7º 0.34% 0.61% -
HSV(B) 79.7º 0.35% 0.74% -
XYZ 37.65 46.02 25.31 -
YUV 174.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 167 189 122 0.12 0 0.35 0.26 79.7 0.34 0.61
Hex A7 BD 7A C 0 23 1A 50 22 3D
Octal 247 275 172 14 0 43 32 120 42 75
Binary 10100111 10111101 1111010 1100 0 100011 11010 1010000 100010 111101

Color Harmonies of #A7BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD7A

Black with #A7BD7A

Text Example


Text Example

White with #A7BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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