Html Css Color HEX #A5BB80 Caper

📋 copy color: '#A5BB80'

red 165 ◦ green 187 ◦ blue 128

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

Shades of Caper #A5BB80

Tints of Caper #A5BB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.96%

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

R = 34.38%
G = 38.96%
B = 26.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#A5BB80 (or 0xA5BB80) is known color: Caper. HEX triplet: A5, BB and 80. RGB value is (165,187,128). Sum of RGB (Red+Green+Blue) = 165+187+128=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BB80 is #5A447F. Grayscale: #ADADAD. Windows color (decimal): -5915776 or 8436645. OLE color: 8436645.

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

Color convert

RGB 165 187 128 -
CMYK 0.12 0 0.32 0.27
HSL 82.37º 0.3% 0.62% -
HSV(B) 82.37º 0.32% 0.73% -
XYZ 37.18 45.1 27.17 -
YUV 173.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 165 187 128 0.12 0 0.32 0.27 82.37 0.3 0.62
Hex A5 BB 80 C 0 20 1B 52 1E 3E
Octal 245 273 200 14 0 40 33 122 36 76
Binary 10100101 10111011 10000000 1100 0 100000 11011 1010010 11110 111110

Color Harmonies of #A5BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB80

Black with #A5BB80

Text Example


Text Example

White with #A5BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB80; }

 p { color: rgb(165,187,128); }

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

background-color css

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

 a { background-color: rgb(165,187,128); }

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

border-color css

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

 span { border-color: rgb(165,187,128); }

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