Html Css Color HEX #A9B580 Caper

📋 copy color: '#A9B580'

red 169 ◦ green 181 ◦ blue 128

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

Shades of Caper #A9B580

Tints of Caper #A9B580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.87%

 BLUE value IS 128 (50.39% from 255) = 26.78%

R = 35.36%
G = 37.87%
B = 26.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A9B580 (or 0xA9B580) is known color: Caper. HEX triplet: A9, B5 and 80. RGB value is (169,181,128). Sum of RGB (Red+Green+Blue) = 169+181+128=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B580 is #564A7F. Grayscale: #ABABAB. Windows color (decimal): -5655168 or 8435113. OLE color: 8435113.

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

Color convert

RGB 169 181 128 -
CMYK 0.07 0 0.29 0.29
HSL 73.58º 0.26% 0.61% -
HSV(B) 73.58º 0.29% 0.71% -
XYZ 36.78 43.04 26.79 -
YUV 171.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 169 181 128 0.07 0 0.29 0.29 73.58 0.26 0.61
Hex A9 B5 80 7 0 1D 1D 4A 1A 3D
Octal 251 265 200 7 0 35 35 112 32 75
Binary 10101001 10110101 10000000 111 0 11101 11101 1001010 11010 111101

Color Harmonies of #A9B580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B580

Black with #A9B580

Text Example


Text Example

White with #A9B580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B580; }

 p { color: rgb(169,181,128); }

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

background-color css

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

 a { background-color: rgb(169,181,128); }

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

border-color css

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

 span { border-color: rgb(169,181,128); }

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