Html Css Color HEX #A5BA82 Caper

📋 copy color: '#A5BA82'

red 165 ◦ green 186 ◦ blue 130

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

Shades of Caper #A5BA82

Tints of Caper #A5BA82

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

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

R = 34.3%
G = 38.67%
B = 27.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#A5BA82 (or 0xA5BA82) is known color: Caper. HEX triplet: A5, BA and 82. RGB value is (165,186,130). Sum of RGB (Red+Green+Blue) = 165+186+130=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA82 is #5A457D. Grayscale: #ADADAD. Windows color (decimal): -5916030 or 8567461. OLE color: 8567461.

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

Color convert

RGB 165 186 130 -
CMYK 0.11 0 0.30 0.27
HSL 82.5º 0.29% 0.62% -
HSV(B) 82.5º 0.3% 0.73% -
XYZ 37.11 44.73 27.8 -
YUV 173.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 165 186 130 0.11 0 0.30 0.27 82.5 0.29 0.62
Hex A5 BA 82 B 0 1E 1B 52 1D 3E
Octal 245 272 202 13 0 36 33 122 35 76
Binary 10100101 10111010 10000010 1011 0 11110 11011 1010010 11101 111110

Color Harmonies of #A5BA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA82

Black with #A5BA82

Text Example


Text Example

White with #A5BA82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA82; }

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

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

background-color css

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

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

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

border-color css

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

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

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