Html Css Color HEX #928362 Granite Green

📋 copy color: '#928362'

red 146 ◦ green 131 ◦ blue 98

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

Shades of Granite Green #928362

Tints of Granite Green #928362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.93%

 BLUE value IS 98 (38.67% from 255) = 26.13%

R = 38.93%
G = 34.93%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#928362 (or 0x928362) is known color: Granite Green. HEX triplet: 92, 83 and 62. RGB value is (146,131,98). Sum of RGB (Red+Green+Blue) = 146+131+98=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #928362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928362 is #6D7C9D. Grayscale: #838383. Windows color (decimal): -7175326 or 6456210. OLE color: 6456210.

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

Color convert

RGB 146 131 98 -
CMYK 0 0.10 0.33 0.43
HSL 41.25º 0.2% 0.48% -
HSV(B) 41.25º 0.33% 0.57% -
XYZ 22.17 23.23 14.87 -
YUV 131.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 146 131 98 0 0.10 0.33 0.43 41.25 0.2 0.48
Hex 92 83 62 0 A 21 2B 29 14 30
Octal 222 203 142 0 12 41 53 51 24 60
Binary 10010010 10000011 1100010 0 1010 100001 101011 101001 10100 110000

Color Harmonies of #928362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928362

Black with #928362

Text Example


Text Example

White with #928362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928362; }

 p { color: rgb(146,131,98); }

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

background-color css

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

 a { background-color: rgb(146,131,98); }

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

border-color css

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

 span { border-color: rgb(146,131,98); }

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