Html Css Color HEX #ABC982 Caper

📋 copy color: '#ABC982'

red 171 ◦ green 201 ◦ blue 130

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

Shades of Caper #ABC982

Tints of Caper #ABC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.04%

 BLUE value IS 130 (51.17% from 255) = 25.9%

R = 34.06%
G = 40.04%
B = 25.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#ABC982 (or 0xABC982) is known color: Caper. HEX triplet: AB, C9 and 82. RGB value is (171,201,130). Sum of RGB (Red+Green+Blue) = 171+201+130=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC982 is #54367D. Grayscale: #B8B8B8. Windows color (decimal): -5518974 or 8571307. OLE color: 8571307.

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

Color convert

RGB 171 201 130 -
CMYK 0.15 0 0.35 0.21
HSL 85.35º 0.4% 0.65% -
HSV(B) 85.35º 0.35% 0.79% -
XYZ 41.71 52.04 28.97 -
YUV 183.94 97.56 118.77 -
System Red Green Blue C M Y K H S L
Decimal 171 201 130 0.15 0 0.35 0.21 85.35 0.4 0.65
Hex AB C9 82 F 0 23 15 55 28 41
Octal 253 311 202 17 0 43 25 125 50 101
Binary 10101011 11001001 10000010 1111 0 100011 10101 1010101 101000 1000001

Color Harmonies of #ABC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC982

Black with #ABC982

Text Example


Text Example

White with #ABC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC982; }

 p { color: rgb(171,201,130); }

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

background-color css

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

 a { background-color: rgb(171,201,130); }

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

border-color css

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

 span { border-color: rgb(171,201,130); }

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