Html Css Color HEX #A5B782 Caper

📋 copy color: '#A5B782'

red 165 ◦ green 183 ◦ blue 130

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

Shades of Caper #A5B782

Tints of Caper #A5B782

RGB

 RED value IS 165 (64.84% from 255) = 34.52%

 GREEN value IS 183 (71.88% from 255) = 38.28%

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

R = 34.52%
G = 38.28%
B = 27.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#A5B782 (or 0xA5B782) is known color: Caper. HEX triplet: A5, B7 and 82. RGB value is (165,183,130). Sum of RGB (Red+Green+Blue) = 165+183+130=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B782 is #5A487D. Grayscale: #ABABAB. Windows color (decimal): -5916798 or 8566693. OLE color: 8566693.

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

Color convert

RGB 165 183 130 -
CMYK 0.10 0 0.29 0.28
HSL 80.38º 0.27% 0.61% -
HSV(B) 80.38º 0.29% 0.72% -
XYZ 36.48 43.48 27.59 -
YUV 171.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 165 183 130 0.10 0 0.29 0.28 80.38 0.27 0.61
Hex A5 B7 82 A 0 1D 1C 50 1B 3D
Octal 245 267 202 12 0 35 34 120 33 75
Binary 10100101 10110111 10000010 1010 0 11101 11100 1010000 11011 111101

Color Harmonies of #A5B782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B782

Black with #A5B782

Text Example


Text Example

White with #A5B782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B782; }

 p { color: rgb(165,183,130); }

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

background-color css

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

 a { background-color: rgb(165,183,130); }

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

border-color css

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

 span { border-color: rgb(165,183,130); }

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