Html Css Color HEX #ABCA80 Caper

📋 copy color: '#ABCA80'

red 171 ◦ green 202 ◦ blue 128

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

Shades of Caper #ABCA80

Tints of Caper #ABCA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.32%

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

R = 34.13%
G = 40.32%
B = 25.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#ABCA80 (or 0xABCA80) is known color: Caper. HEX triplet: AB, CA and 80. RGB value is (171,202,128). Sum of RGB (Red+Green+Blue) = 171+202+128=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA80 is #54357F. Grayscale: #B8B8B8. Windows color (decimal): -5518720 or 8440491. OLE color: 8440491.

HSL color Cylindrical-coordinate representation of color #ABCA80: hue angle of 85.14º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABCA80 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 128 -
CMYK 0.15 0 0.37 0.21
HSL 85.14º 0.41% 0.65% -
HSV(B) 85.14º 0.37% 0.79% -
XYZ 41.81 52.46 28.34 -
YUV 184.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 171 202 128 0.15 0 0.37 0.21 85.14 0.41 0.65
Hex AB CA 80 F 0 25 15 55 29 41
Octal 253 312 200 17 0 45 25 125 51 101
Binary 10101011 11001010 10000000 1111 0 100101 10101 1010101 101001 1000001

Color Harmonies of #ABCA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA80

Black with #ABCA80

Text Example


Text Example

White with #ABCA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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