#94885c

Color #94885C Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #94885C

Tints of Granite Green #94885C

Color information

#94885C (or 0x94885C) is unknown color: approx Granite Green. HEX triplet: 94, 88 and 5C. RGB value is (148,136,92). Sum of RGB (Red+Green+Blue) = 148+136+92=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #94885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94885C is #6B77A3. Grayscale: #868686. Windows color (decimal): -7042980 or 6064276. OLE color: 6064276.

HSL color Cylindrical-coordinate representation of color #94885C: hue angle of 47.14º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94885C is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14813692-
CMYK00.080.380.42
HSL47.14º23.33%47.06%-
HSV(B)47.14º37.84%58.04%-
XYZ22.9524.6813.68-
YUV134.57103.98137.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.36%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 92 (36.33% from 255) = 24.47%
R=39.36%
G=36.17%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481369200.080.380.4247.1423.3347.06
Hex94885C08262A2f172f
Octal2242101340104652572757
Binary100101001000100010111000100010011010101010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94885c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94885c; }

 p { color: rgb(148,136,92); }

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

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

 a { background-color: rgb(148,136,92); }

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

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

 span { border-color: rgb(148,136,92); }

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