Html Css Color HEX #ABB383 Caper

📋 copy color: '#ABB383'

red 171 ◦ green 179 ◦ blue 131

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

Shades of Caper #ABB383

Tints of Caper #ABB383

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.21%

 BLUE value IS 131 (51.56% from 255) = 27.23%

R = 35.55%
G = 37.21%
B = 27.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#ABB383 (or 0xABB383) is known color: Caper. HEX triplet: AB, B3 and 83. RGB value is (171,179,131). Sum of RGB (Red+Green+Blue) = 171+179+131=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB383 is #544C7C. Grayscale: #ABABAB. Windows color (decimal): -5524605 or 8631211. OLE color: 8631211.

HSL color Cylindrical-coordinate representation of color #ABB383: hue angle of 70º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABB383 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 171 179 131 -
CMYK 0.04 0 0.27 0.30
HSL 70º 0.24% 0.61% -
HSV(B) 70º 0.27% 0.7% -
XYZ 37.01 42.54 27.73 -
YUV 171.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 171 179 131 0.04 0 0.27 0.30 70 0.24 0.61
Hex AB B3 83 4 0 1B 1E 46 18 3D
Octal 253 263 203 4 0 33 36 106 30 75
Binary 10101011 10110011 10000011 100 0 11011 11110 1000110 11000 111101

Color Harmonies of #ABB383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB383

Black with #ABB383

Text Example


Text Example

White with #ABB383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB383; }

 p { color: rgb(171,179,131); }

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

background-color css

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

 a { background-color: rgb(171,179,131); }

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

border-color css

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

 span { border-color: rgb(171,179,131); }

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