#83988C

Color #83988C Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #83988C

Tints of Granny Smith #83988C

Color information

#83988C (or 0x83988C) is unknown color: approx Granny Smith. HEX triplet: 83, 98 and 8C. RGB value is (131,152,140). Sum of RGB (Red+Green+Blue) = 131+152+140=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #83988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83988C is #7C6773. Grayscale: #909090. Windows color (decimal): -8152948 or 9214083. OLE color: 9214083.

HSL color Cylindrical-coordinate representation of color #83988C: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83988C is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB131152140-
CMYK0.1400.080.40
HSL145.71º9.25%55.49%-
HSV(B)145.71º13.82%59.61%-
XYZ25.3229.1829.11-
YUV144.35125.54118.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.97%
GREEN value IS 152 (59.77% from 255) = 35.93%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=30.97%
G=35.93%
B=33.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311521400.1400.080.40145.719.2555.49
Hex83988CE082892937
Octal20323021416010502221167
Binary100000111001100010001100111001000101000100100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83988C; }

 p { color: rgb(131,152,140); }

 H1.HeaderClassName
 {
   color: #83988C;
 }
 .AnyTagClassName
 {
   color: #83988C;
 }
</style>
background-color css

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

 a { background-color: rgb(131,152,140); }

 div.DivClassName
 {
   background-color: #83988C;
 }
 .BgClassName
 {
   background-color: #83988C;
 }
</style>
border-color css

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

 span { border-color: rgb(131,152,140); }

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