Html Css Color HEX #838A88 Granny Smith

📋 copy color: '#838A88'

red 131 ◦ green 138 ◦ blue 136

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

Shades of Granny Smith #838A88

Tints of Granny Smith #838A88

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

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

R = 32.35%
G = 34.07%
B = 33.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#838A88 (or 0x838A88) is known color: Granny Smith. HEX triplet: 83, 8A and 88. RGB value is (131,138,136). Sum of RGB (Red+Green+Blue) = 131+138+136=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 138 - color contains mainly: green. Hex color #838A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A88 is #7C7577. Grayscale: #878787. Windows color (decimal): -8156536 or 8948355. OLE color: 8948355.

HSL color Cylindrical-coordinate representation of color #838A88: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #838A88 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 136 -
CMYK 0.05 0 0.01 0.46
HSL 162.86º 0.03% 0.53% -
HSV(B) 162.86º 0.05% 0.54% -
XYZ 22.89 24.78 26.87 -
YUV 135.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 131 138 136 0.05 0 0.01 0.46 162.86 0.03 0.53
Hex 83 8A 88 5 0 1 2E A3 3 35
Octal 203 212 210 5 0 1 56 243 3 65
Binary 10000011 10001010 10001000 101 0 1 101110 10100011 11 110101

Color Harmonies of #838A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A88

Black with #838A88

Text Example


Text Example

White with #838A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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