Html Css Color HEX #ABBC8C Caper

📋 copy color: '#ABBC8C'

red 171 ◦ green 188 ◦ blue 140

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

Shades of Caper #ABBC8C

Tints of Caper #ABBC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.68%

 BLUE value IS 140 (55.08% from 255) = 28.06%

R = 34.27%
G = 37.68%
B = 28.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#ABBC8C (or 0xABBC8C) is known color: Caper. HEX triplet: AB, BC and 8C. RGB value is (171,188,140). Sum of RGB (Red+Green+Blue) = 171+188+140=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBC8C is #544373. Grayscale: #B1B1B1. Windows color (decimal): -5522292 or 9223339. OLE color: 9223339.

HSL color Cylindrical-coordinate representation of color #ABBC8C: hue angle of 81.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABBC8C is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 140 -
CMYK 0.09 0 0.26 0.26
HSL 81.25º 0.26% 0.64% -
HSV(B) 81.25º 0.26% 0.74% -
XYZ 39.51 46.52 31.71 -
YUV 177.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 171 188 140 0.09 0 0.26 0.26 81.25 0.26 0.64
Hex AB BC 8C 9 0 1A 1A 51 1A 40
Octal 253 274 214 11 0 32 32 121 32 100
Binary 10101011 10111100 10001100 1001 0 11010 11010 1010001 11010 1000000

Color Harmonies of #ABBC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBC8C

Black with #ABBC8C

Text Example


Text Example

White with #ABBC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBC8C; }

 p { color: rgb(171,188,140); }

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

background-color css

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

 a { background-color: rgb(171,188,140); }

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

border-color css

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

 span { border-color: rgb(171,188,140); }

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