Html Css Color HEX #ABC086 Caper

📋 copy color: '#ABC086'

red 171 ◦ green 192 ◦ blue 134

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

Shades of Caper #ABC086

Tints of Caper #ABC086

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.63%

 BLUE value IS 134 (52.73% from 255) = 26.96%

R = 34.41%
G = 38.63%
B = 26.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#ABC086 (or 0xABC086) is known color: Caper. HEX triplet: AB, C0 and 86. RGB value is (171,192,134). Sum of RGB (Red+Green+Blue) = 171+192+134=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC086 is #543F79. Grayscale: #B3B3B3. Windows color (decimal): -5521274 or 8831147. OLE color: 8831147.

HSL color Cylindrical-coordinate representation of color #ABC086: hue angle of 81.72º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC086 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 192 134 -
CMYK 0.11 0 0.30 0.25
HSL 81.72º 0.32% 0.64% -
HSV(B) 81.72º 0.3% 0.75% -
XYZ 39.95 48.08 29.73 -
YUV 179.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 171 192 134 0.11 0 0.30 0.25 81.72 0.32 0.64
Hex AB C0 86 B 0 1E 19 52 20 40
Octal 253 300 206 13 0 36 31 122 40 100
Binary 10101011 11000000 10000110 1011 0 11110 11001 1010010 100000 1000000

Color Harmonies of #ABC086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC086

Black with #ABC086

Text Example


Text Example

White with #ABC086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC086; }

 p { color: rgb(171,192,134); }

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

background-color css

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

 a { background-color: rgb(171,192,134); }

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

border-color css

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

 span { border-color: rgb(171,192,134); }

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