Html Css Color HEX #83988F Granny Smith

📋 copy color: '#83988F'

red 131 ◦ green 152 ◦ blue 143

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

Shades of Granny Smith #83988F

Tints of Granny Smith #83988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 30.75%
G = 35.68%
B = 33.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#83988F (or 0x83988F) is known color: Granny Smith. HEX triplet: 83, 98 and 8F. RGB value is (131,152,143). Sum of RGB (Red+Green+Blue) = 131+152+143=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #83988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83988F is #7C6770. Grayscale: #909090. Windows color (decimal): -8152945 or 9410691. OLE color: 9410691.

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

Color convert

RGB 131 152 143 -
CMYK 0.14 0 0.06 0.40
HSL 154.29º 0.09% 0.55% -
HSV(B) 154.29º 0.14% 0.6% -
XYZ 25.55 29.26 30.29 -
YUV 144.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 131 152 143 0.14 0 0.06 0.40 154.29 0.09 0.55
Hex 83 98 8F E 0 6 28 9A 9 37
Octal 203 230 217 16 0 6 50 232 11 67
Binary 10000011 10011000 10001111 1110 0 110 101000 10011010 1001 110111

Color Harmonies of #83988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83988F

Black with #83988F

Text Example


Text Example

White with #83988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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