Html Css Color HEX #A4B680 Caper

📋 copy color: '#A4B680'

red 164 ◦ green 182 ◦ blue 128

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

Shades of Caper #A4B680

Tints of Caper #A4B680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

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

R = 34.6%
G = 38.4%
B = 27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#A4B680 (or 0xA4B680) is known color: Caper. HEX triplet: A4, B6 and 80. RGB value is (164,182,128). Sum of RGB (Red+Green+Blue) = 164+182+128=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B680 is #5B497F. Grayscale: #AAAAAA. Windows color (decimal): -5982592 or 8435364. OLE color: 8435364.

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

Color convert

RGB 164 182 128 -
CMYK 0.10 0 0.30 0.29
HSL 80º 0.27% 0.61% -
HSV(B) 80º 0.3% 0.71% -
XYZ 35.93 42.91 26.81 -
YUV 170.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 164 182 128 0.10 0 0.30 0.29 80 0.27 0.61
Hex A4 B6 80 A 0 1E 1D 50 1B 3D
Octal 244 266 200 12 0 36 35 120 33 75
Binary 10100100 10110110 10000000 1010 0 11110 11101 1010000 11011 111101

Color Harmonies of #A4B680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B680

Black with #A4B680

Text Example


Text Example

White with #A4B680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B680; }

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

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

background-color css

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

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

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

border-color css

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

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

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