Html Css Color HEX #A9BA7C Caper

📋 copy color: '#A9BA7C'

red 169 ◦ green 186 ◦ blue 124

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

Shades of Caper #A9BA7C

Tints of Caper #A9BA7C

RGB

 RED value IS 169 (66.41% from 255) = 35.28%

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 124 (48.83% from 255) = 25.89%

R = 35.28%
G = 38.83%
B = 25.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#A9BA7C (or 0xA9BA7C) is known color: Caper. HEX triplet: A9, BA and 7C. RGB value is (169,186,124). Sum of RGB (Red+Green+Blue) = 169+186+124=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BA7C is #564583. Grayscale: #AEAEAE. Windows color (decimal): -5653892 or 8174249. OLE color: 8174249.

HSL color Cylindrical-coordinate representation of color #A9BA7C: hue angle of 76.45º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9BA7C is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 186 124 -
CMYK 0.09 0 0.33 0.27
HSL 76.45º 0.31% 0.61% -
HSV(B) 76.45º 0.33% 0.73% -
XYZ 37.56 45.01 25.78 -
YUV 173.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 169 186 124 0.09 0 0.33 0.27 76.45 0.31 0.61
Hex A9 BA 7C 9 0 21 1B 4C 1F 3D
Octal 251 272 174 11 0 41 33 114 37 75
Binary 10101001 10111010 1111100 1001 0 100001 11011 1001100 11111 111101

Color Harmonies of #A9BA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BA7C

Black with #A9BA7C

Text Example


Text Example

White with #A9BA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BA7C; }

 p { color: rgb(169,186,124); }

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

background-color css

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

 a { background-color: rgb(169,186,124); }

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

border-color css

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

 span { border-color: rgb(169,186,124); }

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