Html Css Color HEX #ABC880 Caper

📋 copy color: '#ABC880'

red 171 ◦ green 200 ◦ blue 128

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

Shades of Caper #ABC880

Tints of Caper #ABC880

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.08%

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

R = 34.27%
G = 40.08%
B = 25.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#ABC880 (or 0xABC880) is known color: Caper. HEX triplet: AB, C8 and 80. RGB value is (171,200,128). Sum of RGB (Red+Green+Blue) = 171+200+128=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC880 is #54377F. Grayscale: #B7B7B7. Windows color (decimal): -5519232 or 8439979. OLE color: 8439979.

HSL color Cylindrical-coordinate representation of color #ABC880: hue angle of 84.17º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABC880 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 128 -
CMYK 0.14 0 0.36 0.22
HSL 84.17º 0.4% 0.64% -
HSV(B) 84.17º 0.36% 0.78% -
XYZ 41.35 51.53 28.19 -
YUV 183.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 171 200 128 0.14 0 0.36 0.22 84.17 0.4 0.64
Hex AB C8 80 E 0 24 16 54 28 40
Octal 253 310 200 16 0 44 26 124 50 100
Binary 10101011 11001000 10000000 1110 0 100100 10110 1010100 101000 1000000

Color Harmonies of #ABC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC880

Black with #ABC880

Text Example


Text Example

White with #ABC880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC880; }

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

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

background-color css

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

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

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

border-color css

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

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

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