Html Css Color HEX #83998F Granny Smith

📋 copy color: '#83998F'

red 131 ◦ green 153 ◦ blue 143

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

Shades of Granny Smith #83998F

Tints of Granny Smith #83998F

RGB

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

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

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

R = 30.68%
G = 35.83%
B = 33.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#83998F (or 0x83998F) is known color: Granny Smith. HEX triplet: 83, 99 and 8F. RGB value is (131,153,143). Sum of RGB (Red+Green+Blue) = 131+153+143=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #83998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83998F is #7C6670. Grayscale: #919191. Windows color (decimal): -8152689 or 9410947. OLE color: 9410947.

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

Color convert

RGB 131 153 143 -
CMYK 0.14 0 0.07 0.4
HSL 152.73º 0.1% 0.56% -
HSV(B) 152.73º 0.14% 0.6% -
XYZ 25.71 29.59 30.34 -
YUV 145.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 131 153 143 0.14 0 0.07 0.4 152.73 0.1 0.56
Hex 83 99 8F E 0 7 28 99 A 38
Octal 203 231 217 16 0 7 50 231 12 70
Binary 10000011 10011001 10001111 1110 0 111 101000 10011001 1010 111000

Color Harmonies of #83998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83998F

Black with #83998F

Text Example


Text Example

White with #83998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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