Html Css Color HEX #83998C Granny Smith

📋 copy color: '#83998C'

red 131 ◦ green 153 ◦ blue 140

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

Shades of Granny Smith #83998C

Tints of Granny Smith #83998C

RGB

 RED value IS 131 (51.56% from 255) = 30.9%

 GREEN value IS 153 (60.16% from 255) = 36.08%

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

R = 30.9%
G = 36.08%
B = 33.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#83998C (or 0x83998C) is known color: Granny Smith. HEX triplet: 83, 99 and 8C. RGB value is (131,153,140). Sum of RGB (Red+Green+Blue) = 131+153+140=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #83998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83998C is #7C6673. Grayscale: #909090. Windows color (decimal): -8152692 or 9214339. OLE color: 9214339.

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

Color convert

RGB 131 153 140 -
CMYK 0.14 0 0.08 0.4
HSL 144.55º 0.1% 0.56% -
HSV(B) 144.55º 0.14% 0.6% -
XYZ 25.48 29.5 29.16 -
YUV 144.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 131 153 140 0.14 0 0.08 0.4 144.55 0.1 0.56
Hex 83 99 8C E 0 8 28 91 A 38
Octal 203 231 214 16 0 10 50 221 12 70
Binary 10000011 10011001 10001100 1110 0 1000 101000 10010001 1010 111000

Color Harmonies of #83998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83998C

Black with #83998C

Text Example


Text Example

White with #83998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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