Html Css Color HEX #84928B Granny Smith

📋 copy color: '#84928B'

red 132 ◦ green 146 ◦ blue 139

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

Shades of Granny Smith #84928B

Tints of Granny Smith #84928B

RGB

 RED value IS 132 (51.95% from 255) = 31.65%

 GREEN value IS 146 (57.42% from 255) = 35.01%

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

R = 31.65%
G = 35.01%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#84928B (or 0x84928B) is known color: Granny Smith. HEX triplet: 84, 92 and 8B. RGB value is (132,146,139). Sum of RGB (Red+Green+Blue) = 132+146+139=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 146 - color contains mainly: green. Hex color #84928B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84928B is #7B6D74. Grayscale: #8D8D8D. Windows color (decimal): -8088949 or 9147012. OLE color: 9147012.

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

Color convert

RGB 132 146 139 -
CMYK 0.10 0 0.05 0.43
HSL 150º 0.06% 0.55% -
HSV(B) 150º 0.1% 0.57% -
XYZ 24.45 27.33 28.41 -
YUV 141.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 132 146 139 0.10 0 0.05 0.43 150 0.06 0.55
Hex 84 92 8B A 0 5 2B 96 6 37
Octal 204 222 213 12 0 5 53 226 6 67
Binary 10000100 10010010 10001011 1010 0 101 101011 10010110 110 110111

Color Harmonies of #84928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84928B

Black with #84928B

Text Example


Text Example

White with #84928B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,146,139); }

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

background-color css

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

 a { background-color: rgb(132,146,139); }

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

border-color css

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

 span { border-color: rgb(132,146,139); }

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