Html Css Color HEX #A9BC86 Caper

📋 copy color: '#A9BC86'

red 169 ◦ green 188 ◦ blue 134

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

Shades of Caper #A9BC86

Tints of Caper #A9BC86

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.29%

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 34.42%
G = 38.29%
B = 27.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#A9BC86 (or 0xA9BC86) is known color: Caper. HEX triplet: A9, BC and 86. RGB value is (169,188,134). Sum of RGB (Red+Green+Blue) = 169+188+134=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC86 is #564379. Grayscale: #B0B0B0. Windows color (decimal): -5653370 or 8830121. OLE color: 8830121.

HSL color Cylindrical-coordinate representation of color #A9BC86: hue angle of 81.11º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9BC86 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 188 134 -
CMYK 0.10 0 0.29 0.26
HSL 81.11º 0.29% 0.63% -
HSV(B) 81.11º 0.29% 0.74% -
XYZ 38.65 46.12 29.42 -
YUV 176.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 169 188 134 0.10 0 0.29 0.26 81.11 0.29 0.63
Hex A9 BC 86 A 0 1D 1A 51 1D 3F
Octal 251 274 206 12 0 35 32 121 35 77
Binary 10101001 10111100 10000110 1010 0 11101 11010 1010001 11101 111111

Color Harmonies of #A9BC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BC86

Black with #A9BC86

Text Example


Text Example

White with #A9BC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BC86; }

 p { color: rgb(169,188,134); }

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

background-color css

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

 a { background-color: rgb(169,188,134); }

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

border-color css

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

 span { border-color: rgb(169,188,134); }

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