Html Css Color HEX #84908A Granny Smith

📋 copy color: '#84908A'

red 132 ◦ green 144 ◦ blue 138

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

Shades of Granny Smith #84908A

Tints of Granny Smith #84908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 31.88%
G = 34.78%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#84908A (or 0x84908A) is known color: Granny Smith. HEX triplet: 84, 90 and 8A. RGB value is (132,144,138). Sum of RGB (Red+Green+Blue) = 132+144+138=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 144 - color contains mainly: green. Hex color #84908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84908A is #7B6F75. Grayscale: #8B8B8B. Windows color (decimal): -8089462 or 9080964. OLE color: 9080964.

HSL color Cylindrical-coordinate representation of color #84908A: hue angle of 150º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #84908A is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 144 138 -
CMYK 0.08 0 0.04 0.44
HSL 150º 0.05% 0.54% -
HSV(B) 150º 0.08% 0.56% -
XYZ 24.08 26.69 27.93 -
YUV 139.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 132 144 138 0.08 0 0.04 0.44 150 0.05 0.54
Hex 84 90 8A 8 0 4 2C 96 5 36
Octal 204 220 212 10 0 4 54 226 5 66
Binary 10000100 10010000 10001010 1000 0 100 101100 10010110 101 110110

Color Harmonies of #84908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84908A

Black with #84908A

Text Example


Text Example

White with #84908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84908A; }

 p { color: rgb(132,144,138); }

 H1.HeaderClassName
 {
   color: #84908A;
 }
 .AnyTagClassName
 {
   color: #84908A;
 }
</style>

background-color css

<style>
 a { background-color: #84908A; }

 a { background-color: rgb(132,144,138); }

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

border-color css

<style>
 span { border-color: #84908A; }

 span { border-color: rgb(132,144,138); }

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