Html Css Color HEX #83908A Granny Smith

📋 copy color: '#83908A'

red 131 ◦ green 144 ◦ blue 138

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

Shades of Granny Smith #83908A

Tints of Granny Smith #83908A

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.3% from 255) = 33.41%

R = 31.72%
G = 34.87%
B = 33.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#83908A (or 0x83908A) is known color: 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

RGB 131 144 138 -
CMYK 0.09 0 0.04 0.44
HSL 152.31º 0.06% 0.54% -
HSV(B) 152.31º 0.09% 0.56% -
XYZ 23.92 26.61 27.92 -
YUV 139.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 131 144 138 0.09 0 0.04 0.44 152.31 0.06 0.54
Hex 83 90 8A 9 0 4 2C 98 6 36
Octal 203 220 212 11 0 4 54 230 6 66
Binary 10000011 10010000 10001010 1001 0 100 101100 10011000 110 110110

Color Harmonies of #83908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83908A

Black with #83908A

Text Example


Text Example

White with #83908A

Text Example


Text Example

HTML Codes & Css Web 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>