Html Css Color HEX #818885 Granny Smith

📋 copy color: '#818885'

red 129 ◦ green 136 ◦ blue 133

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

Shades of Granny Smith #818885

Tints of Granny Smith #818885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 32.41%
G = 34.17%
B = 33.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#818885 (or 0x818885) is known color: Granny Smith. HEX triplet: 81, 88 and 85. RGB value is (129,136,133). Sum of RGB (Red+Green+Blue) = 129+136+133=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 136 - color contains mainly: green. Hex color #818885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818885 is #7E777A. Grayscale: #858585. Windows color (decimal): -8288123 or 8751233. OLE color: 8751233.

HSL color Cylindrical-coordinate representation of color #818885: hue angle of 154.29º 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 #818885 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 136 133 -
CMYK 0.05 0 0.02 0.47
HSL 154.29º 0.03% 0.52% -
HSV(B) 154.29º 0.05% 0.53% -
XYZ 22.09 23.97 25.65 -
YUV 133.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 129 136 133 0.05 0 0.02 0.47 154.29 0.03 0.52
Hex 81 88 85 5 0 2 2F 9A 3 34
Octal 201 210 205 5 0 2 57 232 3 64
Binary 10000001 10001000 10000101 101 0 10 101111 10011010 11 110100

Color Harmonies of #818885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818885

Black with #818885

Text Example


Text Example

White with #818885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818885; }

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

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

background-color css

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

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

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

border-color css

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

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

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