Html Css Color HEX #83988D Granny Smith

📋 copy color: '#83988D'

red 131 ◦ green 152 ◦ blue 141

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

Shades of Granny Smith #83988D

Tints of Granny Smith #83988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.85%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 30.9%
G = 35.85%
B = 33.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#83988D (or 0x83988D) is known color: Granny Smith. HEX triplet: 83, 98 and 8D. RGB value is (131,152,141). Sum of RGB (Red+Green+Blue) = 131+152+141=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 152 - color contains mainly: green. Hex color #83988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83988D is #7C6772. Grayscale: #909090. Windows color (decimal): -8152947 or 9279619. OLE color: 9279619.

HSL color Cylindrical-coordinate representation of color #83988D: hue angle of 148.57º 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 #83988D is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 152 141 -
CMYK 0.14 0 0.07 0.40
HSL 148.57º 0.09% 0.55% -
HSV(B) 148.57º 0.14% 0.6% -
XYZ 25.4 29.2 29.5 -
YUV 144.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 131 152 141 0.14 0 0.07 0.40 148.57 0.09 0.55
Hex 83 98 8D E 0 7 28 95 9 37
Octal 203 230 215 16 0 7 50 225 11 67
Binary 10000011 10011000 10001101 1110 0 111 101000 10010101 1001 110111

Color Harmonies of #83988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83988D

Black with #83988D

Text Example


Text Example

White with #83988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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