Html Css Color HEX #838B88 Granny Smith

📋 copy color: '#838B88'

red 131 ◦ green 139 ◦ blue 136

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

Shades of Granny Smith #838B88

Tints of Granny Smith #838B88

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

 BLUE value IS 136 (53.52% from 255) = 33.5%

R = 32.27%
G = 34.24%
B = 33.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#838B88 (or 0x838B88) is known color: Granny Smith. HEX triplet: 83, 8B and 88. RGB value is (131,139,136). Sum of RGB (Red+Green+Blue) = 131+139+136=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 139 - color contains mainly: green. Hex color #838B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B88 is #7C7477. Grayscale: #888888. Windows color (decimal): -8156280 or 8948611. OLE color: 8948611.

HSL color Cylindrical-coordinate representation of color #838B88: hue angle of 157.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #838B88 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 139 136 -
CMYK 0.06 0 0.02 0.45
HSL 157.5º 0.03% 0.53% -
HSV(B) 157.5º 0.06% 0.55% -
XYZ 23.04 25.07 26.92 -
YUV 136.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 131 139 136 0.06 0 0.02 0.45 157.5 0.03 0.53
Hex 83 8B 88 6 0 2 2D 9E 3 35
Octal 203 213 210 6 0 2 55 236 3 65
Binary 10000011 10001011 10001000 110 0 10 101101 10011110 11 110101

Color Harmonies of #838B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838B88

Black with #838B88

Text Example


Text Example

White with #838B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,139,136); }

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

background-color css

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

 a { background-color: rgb(131,139,136); }

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

border-color css

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

 span { border-color: rgb(131,139,136); }

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