Html Css Color HEX #ABC080 Caper

📋 copy color: '#ABC080'

red 171 ◦ green 192 ◦ blue 128

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

Shades of Caper #ABC080

Tints of Caper #ABC080

RGB

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

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

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

R = 34.83%
G = 39.1%
B = 26.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#ABC080 (or 0xABC080) is known color: Caper. HEX triplet: AB, C0 and 80. RGB value is (171,192,128). Sum of RGB (Red+Green+Blue) = 171+192+128=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC080 is #543F7F. Grayscale: #B2B2B2. Windows color (decimal): -5521280 or 8437931. OLE color: 8437931.

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

Color convert

RGB 171 192 128 -
CMYK 0.11 0 0.33 0.25
HSL 79.69º 0.34% 0.63% -
HSV(B) 79.69º 0.33% 0.75% -
XYZ 39.54 47.92 27.59 -
YUV 178.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 171 192 128 0.11 0 0.33 0.25 79.69 0.34 0.63
Hex AB C0 80 B 0 21 19 50 22 3F
Octal 253 300 200 13 0 41 31 120 42 77
Binary 10101011 11000000 10000000 1011 0 100001 11001 1010000 100010 111111

Color Harmonies of #ABC080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC080

Black with #ABC080

Text Example


Text Example

White with #ABC080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC080; }

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

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

background-color css

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

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

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

border-color css

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

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

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