Html Css Color HEX #818884 Granny Smith

📋 copy color: '#818884'

red 129 ◦ green 136 ◦ blue 132

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

Shades of Granny Smith #818884

Tints of Granny Smith #818884

RGB

 RED value IS 129 (50.78% from 255) = 32.49%

 GREEN value IS 136 (53.52% from 255) = 34.26%

 BLUE value IS 132 (51.95% from 255) = 33.25%

R = 32.49%
G = 34.26%
B = 33.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#818884 (or 0x818884) is known color: Granny Smith. HEX triplet: 81, 88 and 84. RGB value is (129,136,132). Sum of RGB (Red+Green+Blue) = 129+136+132=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 136 - color contains mainly: green. Hex color #818884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818884 is #7E777B. Grayscale: #858585. Windows color (decimal): -8288124 or 8685697. OLE color: 8685697.

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

Color convert

RGB 129 136 132 -
CMYK 0.05 0 0.03 0.47
HSL 145.71º 0.03% 0.52% -
HSV(B) 145.71º 0.05% 0.53% -
XYZ 22.02 23.94 25.29 -
YUV 133.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 129 136 132 0.05 0 0.03 0.47 145.71 0.03 0.52
Hex 81 88 84 5 0 3 2F 92 3 34
Octal 201 210 204 5 0 3 57 222 3 64
Binary 10000001 10001000 10000100 101 0 11 101111 10010010 11 110100

Color Harmonies of #818884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818884

Black with #818884

Text Example


Text Example

White with #818884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818884; }

 p { color: rgb(129,136,132); }

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

background-color css

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

 a { background-color: rgb(129,136,132); }

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

border-color css

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

 span { border-color: rgb(129,136,132); }

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