Html Css Color HEX #838E89 Granny Smith

📋 copy color: '#838E89'

red 131 ◦ green 142 ◦ blue 137

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

Shades of Granny Smith #838E89

Tints of Granny Smith #838E89

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.63%

 BLUE value IS 137 (53.91% from 255) = 33.41%

R = 31.95%
G = 34.63%
B = 33.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#838E89 (or 0x838E89) is known color: Granny Smith. HEX triplet: 83, 8E and 89. RGB value is (131,142,137). Sum of RGB (Red+Green+Blue) = 131+142+137=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 142 - color contains mainly: green. Hex color #838E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E89 is #7C7176. Grayscale: #8A8A8A. Windows color (decimal): -8155511 or 9014915. OLE color: 9014915.

HSL color Cylindrical-coordinate representation of color #838E89: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838E89 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 142 137 -
CMYK 0.08 0 0.04 0.44
HSL 152.73º 0.05% 0.54% -
HSV(B) 152.73º 0.08% 0.56% -
XYZ 23.55 25.98 27.44 -
YUV 138.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 131 142 137 0.08 0 0.04 0.44 152.73 0.05 0.54
Hex 83 8E 89 8 0 4 2C 99 5 36
Octal 203 216 211 10 0 4 54 231 5 66
Binary 10000011 10001110 10001001 1000 0 100 101100 10011001 101 110110

Color Harmonies of #838E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E89

Black with #838E89

Text Example


Text Example

White with #838E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838E89; }

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

 H1.HeaderClassName
 {
   color: #838E89;
 }
 .AnyTagClassName
 {
   color: #838E89;
 }
</style>

background-color css

<style>
 a { background-color: #838E89; }

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

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

border-color css

<style>
 span { border-color: #838E89; }

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

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