#848D88

Color #848D88 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #848D88

Tints of Granny Smith #848D88

Color information

#848D88 (or 0x848D88) is unknown color: approx Granny Smith. HEX triplet: 84, 8D and 88. RGB value is (132,141,136). Sum of RGB (Red+Green+Blue) = 132+141+136=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 141 - color contains mainly: green. Hex color #848D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D88 is #7B7277. Grayscale: #898989. Windows color (decimal): -8090232 or 8949124. OLE color: 8949124.

HSL color Cylindrical-coordinate representation of color #848D88: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848D88 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB132141136-
CMYK0.0600.040.45
HSL146.67º3.8%53.53%-
HSV(B)146.67º6.38%55.29%-
XYZ23.4825.7327.02-
YUV137.74127.02123.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=32.27%
G=34.47%
B=33.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411360.0600.040.45146.673.853.53
Hex848D886042D93436
Octal20421521060455223466
Binary100001001000110110001000110010010110110010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848D88; }

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

 H1.HeaderClassName
 {
   color: #848D88;
 }
 .AnyTagClassName
 {
   color: #848D88;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #848D88;
 }
 .BgClassName
 {
   background-color: #848D88;
 }
</style>
border-color css

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

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

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