Html Css Color HEX #A4B480 Caper

📋 copy color: '#A4B480'

red 164 ◦ green 180 ◦ blue 128

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

Shades of Caper #A4B480

Tints of Caper #A4B480

RGB

 RED value IS 164 (64.45% from 255) = 34.75%

 GREEN value IS 180 (70.7% from 255) = 38.14%

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

R = 34.75%
G = 38.14%
B = 27.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#A4B480 (or 0xA4B480) is known color: Caper. HEX triplet: A4, B4 and 80. RGB value is (164,180,128). Sum of RGB (Red+Green+Blue) = 164+180+128=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B480 is #5B4B7F. Grayscale: #A9A9A9. Windows color (decimal): -5983104 or 8434852. OLE color: 8434852.

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

Color convert

RGB 164 180 128 -
CMYK 0.09 0 0.29 0.29
HSL 78.46º 0.26% 0.6% -
HSV(B) 78.46º 0.29% 0.71% -
XYZ 35.53 42.09 26.67 -
YUV 169.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 164 180 128 0.09 0 0.29 0.29 78.46 0.26 0.6
Hex A4 B4 80 9 0 1D 1D 4E 1A 3C
Octal 244 264 200 11 0 35 35 116 32 74
Binary 10100100 10110100 10000000 1001 0 11101 11101 1001110 11010 111100

Color Harmonies of #A4B480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B480

Black with #A4B480

Text Example


Text Example

White with #A4B480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B480; }

 p { color: rgb(164,180,128); }

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

background-color css

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

 a { background-color: rgb(164,180,128); }

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

border-color css

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

 span { border-color: rgb(164,180,128); }

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