Html Css Color HEX #A4C080 Caper

📋 copy color: '#A4C080'

red 164 ◦ green 192 ◦ blue 128

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

Shades of Caper #A4C080

Tints of Caper #A4C080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.67%

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

R = 33.88%
G = 39.67%
B = 26.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#A4C080 (or 0xA4C080) is known color: Caper. HEX triplet: A4, C0 and 80. RGB value is (164,192,128). Sum of RGB (Red+Green+Blue) = 164+192+128=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C080 is #5B3F7F. Grayscale: #B0B0B0. Windows color (decimal): -5980032 or 8437924. OLE color: 8437924.

HSL color Cylindrical-coordinate representation of color #A4C080: hue angle of 86.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4C080 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 192 128 -
CMYK 0.15 0 0.33 0.25
HSL 86.25º 0.34% 0.63% -
HSV(B) 86.25º 0.33% 0.75% -
XYZ 38.06 47.15 27.52 -
YUV 176.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 164 192 128 0.15 0 0.33 0.25 86.25 0.34 0.63
Hex A4 C0 80 F 0 21 19 56 22 3F
Octal 244 300 200 17 0 41 31 126 42 77
Binary 10100100 11000000 10000000 1111 0 100001 11001 1010110 100010 111111

Color Harmonies of #A4C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C080

Black with #A4C080

Text Example


Text Example

White with #A4C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C080; }

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

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

background-color css

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

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

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

border-color css

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

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

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