Html Css Color HEX #A9BA7E Caper

📋 copy color: '#A9BA7E'

red 169 ◦ green 186 ◦ blue 126

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

Shades of Caper #A9BA7E

Tints of Caper #A9BA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.2%

R = 35.14%
G = 38.67%
B = 26.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#A9BA7E (or 0xA9BA7E) is known color: Caper. HEX triplet: A9, BA and 7E. RGB value is (169,186,126). Sum of RGB (Red+Green+Blue) = 169+186+126=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BA7E is #564581. Grayscale: #AEAEAE. Windows color (decimal): -5653890 or 8305321. OLE color: 8305321.

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

Color convert

RGB 169 186 126 -
CMYK 0.09 0 0.32 0.27
HSL 77º 0.3% 0.61% -
HSV(B) 77º 0.32% 0.73% -
XYZ 37.69 45.06 26.45 -
YUV 174.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 169 186 126 0.09 0 0.32 0.27 77 0.3 0.61
Hex A9 BA 7E 9 0 20 1B 4D 1E 3D
Octal 251 272 176 11 0 40 33 115 36 75
Binary 10101001 10111010 1111110 1001 0 100000 11011 1001101 11110 111101

Color Harmonies of #A9BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BA7E

Black with #A9BA7E

Text Example


Text Example

White with #A9BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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