Html Css Color HEX #85938B Granny Smith

📋 copy color: '#85938B'

red 133 ◦ green 147 ◦ blue 139

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

Shades of Granny Smith #85938B

Tints of Granny Smith #85938B

RGB

 RED value IS 133 (52.34% from 255) = 31.74%

 GREEN value IS 147 (57.81% from 255) = 35.08%

 BLUE value IS 139 (54.69% from 255) = 33.17%

R = 31.74%
G = 35.08%
B = 33.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#85938B (or 0x85938B) is known color: Granny Smith. HEX triplet: 85, 93 and 8B. RGB value is (133,147,139). Sum of RGB (Red+Green+Blue) = 133+147+139=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 147 - color contains mainly: green. Hex color #85938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85938B is #7A6C74. Grayscale: #8D8D8D. Windows color (decimal): -8023157 or 9147269. OLE color: 9147269.

HSL color Cylindrical-coordinate representation of color #85938B: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85938B is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 139 -
CMYK 0.10 0 0.05 0.42
HSL 145.71º 0.06% 0.55% -
HSV(B) 145.71º 0.1% 0.58% -
XYZ 24.77 27.72 28.47 -
YUV 141.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 133 147 139 0.10 0 0.05 0.42 145.71 0.06 0.55
Hex 85 93 8B A 0 5 2A 92 6 37
Octal 205 223 213 12 0 5 52 222 6 67
Binary 10000101 10010011 10001011 1010 0 101 101010 10010010 110 110111

Color Harmonies of #85938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85938B

Black with #85938B

Text Example


Text Example

White with #85938B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85938B; }

 p { color: rgb(133,147,139); }

 H1.HeaderClassName
 {
   color: #85938B;
 }
 .AnyTagClassName
 {
   color: #85938B;
 }
</style>

background-color css

<style>
 a { background-color: #85938B; }

 a { background-color: rgb(133,147,139); }

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

border-color css

<style>
 span { border-color: #85938B; }

 span { border-color: rgb(133,147,139); }

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