Html Css Color HEX #ABBD80 Caper

📋 copy color: '#ABBD80'

red 171 ◦ green 189 ◦ blue 128

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

Shades of Caper #ABBD80

Tints of Caper #ABBD80

RGB

 RED value IS 171 (67.19% from 255) = 35.04%

 GREEN value IS 189 (74.22% from 255) = 38.73%

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

R = 35.04%
G = 38.73%
B = 26.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#ABBD80 (or 0xABBD80) is known color: Caper. HEX triplet: AB, BD and 80. RGB value is (171,189,128). Sum of RGB (Red+Green+Blue) = 171+189+128=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD80 is #54427F. Grayscale: #B0B0B0. Windows color (decimal): -5522048 or 8437163. OLE color: 8437163.

HSL color Cylindrical-coordinate representation of color #ABBD80: hue angle of 77.7º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABBD80 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 128 -
CMYK 0.10 0 0.32 0.26
HSL 77.7º 0.32% 0.62% -
HSV(B) 77.7º 0.32% 0.74% -
XYZ 38.89 46.61 27.37 -
YUV 176.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 171 189 128 0.10 0 0.32 0.26 77.7 0.32 0.62
Hex AB BD 80 A 0 20 1A 4E 20 3E
Octal 253 275 200 12 0 40 32 116 40 76
Binary 10101011 10111101 10000000 1010 0 100000 11010 1001110 100000 111110

Color Harmonies of #ABBD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBD80

Black with #ABBD80

Text Example


Text Example

White with #ABBD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBD80; }

 p { color: rgb(171,189,128); }

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

background-color css

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

 a { background-color: rgb(171,189,128); }

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

border-color css

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

 span { border-color: rgb(171,189,128); }

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