Html Css Color HEX #83988E Granny Smith

📋 copy color: '#83988E'

red 131 ◦ green 152 ◦ blue 142

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

Shades of Granny Smith #83988E

Tints of Granny Smith #83988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 30.82%
G = 35.76%
B = 33.41%

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

#83988E (or 0x83988E) is known color: Granny Smith. HEX triplet: 83, 98 and 8E. RGB value is (131,152,142). Sum of RGB (Red+Green+Blue) = 131+152+142=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #83988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83988E is #7C6771. Grayscale: #909090. Windows color (decimal): -8152946 or 9345155. OLE color: 9345155.

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

Color convert

RGB 131 152 142 -
CMYK 0.14 0 0.07 0.40
HSL 151.43º 0.09% 0.55% -
HSV(B) 151.43º 0.14% 0.6% -
XYZ 25.47 29.23 29.89 -
YUV 144.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 131 152 142 0.14 0 0.07 0.40 151.43 0.09 0.55
Hex 83 98 8E E 0 7 28 97 9 37
Octal 203 230 216 16 0 7 50 227 11 67
Binary 10000011 10011000 10001110 1110 0 111 101000 10010111 1001 110111

Color Harmonies of #83988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83988E

Black with #83988E

Text Example


Text Example

White with #83988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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