Html Css Color HEX #A5C081 Caper

📋 copy color: '#A5C081'

red 165 ◦ green 192 ◦ blue 129

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

Shades of Caper #A5C081

Tints of Caper #A5C081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.54%

R = 33.95%
G = 39.51%
B = 26.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#A5C081 (or 0xA5C081) is known color: Caper. HEX triplet: A5, C0 and 81. RGB value is (165,192,129). Sum of RGB (Red+Green+Blue) = 165+192+129=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C081 is #5A3F7E. Grayscale: #B0B0B0. Windows color (decimal): -5914495 or 8503461. OLE color: 8503461.

HSL color Cylindrical-coordinate representation of color #A5C081: hue angle of 85.71º degrees, saturation: 0.33, 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 #A5C081 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 192 129 -
CMYK 0.14 0 0.33 0.25
HSL 85.71º 0.33% 0.63% -
HSV(B) 85.71º 0.33% 0.75% -
XYZ 38.33 47.28 27.88 -
YUV 176.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 165 192 129 0.14 0 0.33 0.25 85.71 0.33 0.63
Hex A5 C0 81 E 0 21 19 56 21 3F
Octal 245 300 201 16 0 41 31 126 41 77
Binary 10100101 11000000 10000001 1110 0 100001 11001 1010110 100001 111111

Color Harmonies of #A5C081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C081

Black with #A5C081

Text Example


Text Example

White with #A5C081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C081; }

 p { color: rgb(165,192,129); }

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

background-color css

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

 a { background-color: rgb(165,192,129); }

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

border-color css

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

 span { border-color: rgb(165,192,129); }

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