Html Css Color HEX #ABC284 Caper

📋 copy color: '#ABC284'

red 171 ◦ green 194 ◦ blue 132

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

Shades of Caper #ABC284

Tints of Caper #ABC284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.56%

R = 34.41%
G = 39.03%
B = 26.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#ABC284 (or 0xABC284) is known color: Caper. HEX triplet: AB, C2 and 84. RGB value is (171,194,132). Sum of RGB (Red+Green+Blue) = 171+194+132=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC284 is #543D7B. Grayscale: #B4B4B4. Windows color (decimal): -5520764 or 8700587. OLE color: 8700587.

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

Color convert

RGB 171 194 132 -
CMYK 0.12 0 0.32 0.24
HSL 82.26º 0.34% 0.64% -
HSV(B) 82.26º 0.32% 0.76% -
XYZ 40.25 48.91 29.15 -
YUV 180.06 100.88 121.54 -
System Red Green Blue C M Y K H S L
Decimal 171 194 132 0.12 0 0.32 0.24 82.26 0.34 0.64
Hex AB C2 84 C 0 20 18 52 22 40
Octal 253 302 204 14 0 40 30 122 42 100
Binary 10101011 11000010 10000100 1100 0 100000 11000 1010010 100010 1000000

Color Harmonies of #ABC284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC284

Black with #ABC284

Text Example


Text Example

White with #ABC284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC284; }

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

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

background-color css

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

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

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

border-color css

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

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

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