Html Css Color HEX #A9BA82 Caper

📋 copy color: '#A9BA82'

red 169 ◦ green 186 ◦ blue 130

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

Shades of Caper #A9BA82

Tints of Caper #A9BA82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.8%

R = 34.85%
G = 38.35%
B = 26.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A9BA82 (or 0xA9BA82) is known color: Caper. HEX triplet: A9, BA and 82. RGB value is (169,186,130). Sum of RGB (Red+Green+Blue) = 169+186+130=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA82 is #56457D. Grayscale: #AEAEAE. Windows color (decimal): -5653886 or 8567465. OLE color: 8567465.

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

Color convert

RGB 169 186 130 -
CMYK 0.09 0 0.30 0.27
HSL 78.21º 0.29% 0.62% -
HSV(B) 78.21º 0.3% 0.73% -
XYZ 37.95 45.16 27.84 -
YUV 174.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 169 186 130 0.09 0 0.30 0.27 78.21 0.29 0.62
Hex A9 BA 82 9 0 1E 1B 4E 1D 3E
Octal 251 272 202 11 0 36 33 116 35 76
Binary 10101001 10111010 10000010 1001 0 11110 11011 1001110 11101 111110

Color Harmonies of #A9BA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BA82

Black with #A9BA82

Text Example


Text Example

White with #A9BA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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