Html Css Color HEX #A9BF7C Caper

📋 copy color: '#A9BF7C'

red 169 ◦ green 191 ◦ blue 124

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

Shades of Caper #A9BF7C

Tints of Caper #A9BF7C

RGB

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

 GREEN value IS 191 (75% from 255) = 39.46%

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

R = 34.92%
G = 39.46%
B = 25.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#A9BF7C (or 0xA9BF7C) is known color: Caper. HEX triplet: A9, BF and 7C. RGB value is (169,191,124). Sum of RGB (Red+Green+Blue) = 169+191+124=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF7C is #564083. Grayscale: #B1B1B1. Windows color (decimal): -5652612 or 8175529. OLE color: 8175529.

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

Color convert

RGB 169 191 124 -
CMYK 0.12 0 0.35 0.25
HSL 79.7º 0.34% 0.62% -
HSV(B) 79.7º 0.35% 0.75% -
XYZ 38.63 47.15 26.13 -
YUV 176.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 169 191 124 0.12 0 0.35 0.25 79.7 0.34 0.62
Hex A9 BF 7C C 0 23 19 50 22 3E
Octal 251 277 174 14 0 43 31 120 42 76
Binary 10101001 10111111 1111100 1100 0 100011 11001 1010000 100010 111110

Color Harmonies of #A9BF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BF7C

Black with #A9BF7C

Text Example


Text Example

White with #A9BF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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