Html Css Color HEX #84948B Granny Smith

📋 copy color: '#84948B'

red 132 ◦ green 148 ◦ blue 139

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

Shades of Granny Smith #84948B

Tints of Granny Smith #84948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

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

R = 31.5%
G = 35.32%
B = 33.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#84948B (or 0x84948B) is known color: Granny Smith. HEX triplet: 84, 94 and 8B. RGB value is (132,148,139). Sum of RGB (Red+Green+Blue) = 132+148+139=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #84948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84948B is #7B6B74. Grayscale: #8E8E8E. Windows color (decimal): -8088437 or 9147524. OLE color: 9147524.

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

Color convert

RGB 132 148 139 -
CMYK 0.11 0 0.06 0.42
HSL 146.25º 0.07% 0.55% -
HSV(B) 146.25º 0.11% 0.58% -
XYZ 24.77 27.95 28.52 -
YUV 142.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 132 148 139 0.11 0 0.06 0.42 146.25 0.07 0.55
Hex 84 94 8B B 0 6 2A 92 7 37
Octal 204 224 213 13 0 6 52 222 7 67
Binary 10000100 10010100 10001011 1011 0 110 101010 10010010 111 110111

Color Harmonies of #84948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84948B

Black with #84948B

Text Example


Text Example

White with #84948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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