Html Css Color HEX #ABC280 Caper

📋 copy color: '#ABC280'

red 171 ◦ green 194 ◦ blue 128

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

Shades of Caper #ABC280

Tints of Caper #ABC280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.35%

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

R = 34.69%
G = 39.35%
B = 25.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#ABC280 (or 0xABC280) is known color: Caper. HEX triplet: AB, C2 and 80. RGB value is (171,194,128). Sum of RGB (Red+Green+Blue) = 171+194+128=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC280 is #543D7F. Grayscale: #B3B3B3. Windows color (decimal): -5520768 or 8438443. OLE color: 8438443.

HSL color Cylindrical-coordinate representation of color #ABC280: hue angle of 80.91º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABC280 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 128 -
CMYK 0.12 0 0.34 0.24
HSL 80.91º 0.35% 0.63% -
HSV(B) 80.91º 0.34% 0.76% -
XYZ 39.98 48.8 27.73 -
YUV 179.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 171 194 128 0.12 0 0.34 0.24 80.91 0.35 0.63
Hex AB C2 80 C 0 22 18 51 23 3F
Octal 253 302 200 14 0 42 30 121 43 77
Binary 10101011 11000010 10000000 1100 0 100010 11000 1010001 100011 111111

Color Harmonies of #ABC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC280

Black with #ABC280

Text Example


Text Example

White with #ABC280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC280; }

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

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

background-color css

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

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

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

border-color css

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

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

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