#83908A

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

Shades of Granny Smith #83908A

Tints of Granny Smith #83908A

Color information

#83908A (or 0x83908A) is unknown color: approx Granny Smith. HEX triplet: 83, 90 and 8A. RGB value is (131,144,138). Sum of RGB (Red+Green+Blue) = 131+144+138=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 144 - color contains mainly: green. Hex color #83908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83908A is #7C6F75. Grayscale: #8B8B8B. Windows color (decimal): -8154998 or 9080963. OLE color: 9080963.

HSL color Cylindrical-coordinate representation of color #83908A: hue angle of 152.31º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #83908A is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB131144138-
CMYK0.0900.040.44
HSL152.31º5.53%53.92%-
HSV(B)152.31º9.03%56.47%-
XYZ23.9226.6127.92-
YUV139.43127.19121.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=31.72%
G=34.87%
B=33.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311441380.0900.040.44152.315.5353.92
Hex83908A9042C98636
Octal203220212110454230666
Binary1000001110010000100010101001010010110010011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83908A; }

 p { color: rgb(131,144,138); }

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

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

 a { background-color: rgb(131,144,138); }

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

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

 span { border-color: rgb(131,144,138); }

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