#928A5B

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

Shades of Granite Green #928A5B

Tints of Granite Green #928A5B

Color information

#928A5B (or 0x928A5B) is unknown color: approx Granite Green. HEX triplet: 92, 8A and 5B. RGB value is (146,138,91). Sum of RGB (Red+Green+Blue) = 146+138+91=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #928A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A5B is #6D75A4. Grayscale: #878787. Windows color (decimal): -7173541 or 5999250. OLE color: 5999250.

HSL color Cylindrical-coordinate representation of color #928A5B: hue angle of 51.27º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #928A5B is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB14613891-
CMYK00.050.380.43
HSL51.27º23.21%46.47%-
HSV(B)51.27º37.67%57.25%-
XYZ22.8325.0413.53-
YUV135.03103.15135.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=38.93%
G=36.8%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461389100.050.380.4351.2723.2146.47
Hex928A5B05262B33172e
Octal222212133054653632756
Binary10010010100010101011011010110011010101111001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928A5B; }

 p { color: rgb(146,138,91); }

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

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

 a { background-color: rgb(146,138,91); }

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

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

 span { border-color: rgb(146,138,91); }

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