Html Css Color HEX #A9BF7D Caper

📋 copy color: '#A9BF7D'

red 169 ◦ green 191 ◦ blue 125

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

Shades of Caper #A9BF7D

Tints of Caper #A9BF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.77%

R = 34.85%
G = 39.38%
B = 25.77%

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

#A9BF7D (or 0xA9BF7D) is known color: Caper. HEX triplet: A9, BF and 7D. RGB value is (169,191,125). Sum of RGB (Red+Green+Blue) = 169+191+125=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF7D is #564082. Grayscale: #B1B1B1. Windows color (decimal): -5652611 or 8241065. OLE color: 8241065.

HSL color Cylindrical-coordinate representation of color #A9BF7D: hue angle of 80º 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 #A9BF7D is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 191 125 -
CMYK 0.12 0 0.35 0.25
HSL 80º 0.34% 0.62% -
HSV(B) 80º 0.35% 0.75% -
XYZ 38.69 47.18 26.47 -
YUV 176.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 169 191 125 0.12 0 0.35 0.25 80 0.34 0.62
Hex A9 BF 7D C 0 23 19 50 22 3E
Octal 251 277 175 14 0 43 31 120 42 76
Binary 10101001 10111111 1111101 1100 0 100011 11001 1010000 100010 111110

Color Harmonies of #A9BF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BF7D

Black with #A9BF7D

Text Example


Text Example

White with #A9BF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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