Html Css Color HEX #928460 Granite Green

📋 copy color: '#928460'

red 146 ◦ green 132 ◦ blue 96

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

Shades of Granite Green #928460

Tints of Granite Green #928460

RGB

 RED value IS 146 (57.42% from 255) = 39.04%

 GREEN value IS 132 (51.95% from 255) = 35.29%

 BLUE value IS 96 (37.89% from 255) = 25.67%

R = 39.04%
G = 35.29%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#928460 (or 0x928460) is known color: Granite Green. HEX triplet: 92, 84 and 60. RGB value is (146,132,96). Sum of RGB (Red+Green+Blue) = 146+132+96=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #928460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928460 is #6D7B9F. Grayscale: #848484. Windows color (decimal): -7175072 or 6325394. OLE color: 6325394.

HSL color Cylindrical-coordinate representation of color #928460: hue angle of 43.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928460 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 132 96 -
CMYK 0 0.10 0.34 0.43
HSL 43.2º 0.21% 0.47% -
HSV(B) 43.2º 0.34% 0.57% -
XYZ 22.22 23.46 14.42 -
YUV 132.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 146 132 96 0 0.10 0.34 0.43 43.2 0.21 0.47
Hex 92 84 60 0 A 22 2B 2B 15 2F
Octal 222 204 140 0 12 42 53 53 25 57
Binary 10010010 10000100 1100000 0 1010 100010 101011 101011 10101 101111

Color Harmonies of #928460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928460

Black with #928460

Text Example


Text Example

White with #928460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928460; }

 p { color: rgb(146,132,96); }

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

background-color css

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

 a { background-color: rgb(146,132,96); }

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

border-color css

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

 span { border-color: rgb(146,132,96); }

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