Html Css Color HEX #ABC182 Caper

📋 copy color: '#ABC182'

red 171 ◦ green 193 ◦ blue 130

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

Shades of Caper #ABC182

Tints of Caper #ABC182

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.07%

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

R = 34.62%
G = 39.07%
B = 26.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#ABC182 (or 0xABC182) is known color: Caper. HEX triplet: AB, C1 and 82. RGB value is (171,193,130). Sum of RGB (Red+Green+Blue) = 171+193+130=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC182 is #543E7D. Grayscale: #B3B3B3. Windows color (decimal): -5521022 or 8569259. OLE color: 8569259.

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

Color convert

RGB 171 193 130 -
CMYK 0.11 0 0.33 0.24
HSL 80.95º 0.34% 0.63% -
HSV(B) 80.95º 0.33% 0.76% -
XYZ 39.89 48.41 28.36 -
YUV 179.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 171 193 130 0.11 0 0.33 0.24 80.95 0.34 0.63
Hex AB C1 82 B 0 21 18 51 22 3F
Octal 253 301 202 13 0 41 30 121 42 77
Binary 10101011 11000001 10000010 1011 0 100001 11000 1010001 100010 111111

Color Harmonies of #ABC182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC182

Black with #ABC182

Text Example


Text Example

White with #ABC182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC182; }

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

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

background-color css

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

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

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

border-color css

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

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

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