Html Css Color HEX #928465 Granite Green

📋 copy color: '#928465'

red 146 ◦ green 132 ◦ blue 101

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

Shades of Granite Green #928465

Tints of Granite Green #928465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.65%

R = 38.52%
G = 34.83%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#928465 (or 0x928465) is known color: Granite Green. HEX triplet: 92, 84 and 65. RGB value is (146,132,101). Sum of RGB (Red+Green+Blue) = 146+132+101=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #928465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928465 is #6D7B9A. Grayscale: #848484. Windows color (decimal): -7175067 or 6653074. OLE color: 6653074.

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

Color convert

RGB 146 132 101 -
CMYK 0 0.10 0.31 0.43
HSL 41.33º 0.18% 0.48% -
HSV(B) 41.33º 0.31% 0.57% -
XYZ 22.45 23.55 15.67 -
YUV 132.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 146 132 101 0 0.10 0.31 0.43 41.33 0.18 0.48
Hex 92 84 65 0 A 1F 2B 29 12 30
Octal 222 204 145 0 12 37 53 51 22 60
Binary 10010010 10000100 1100101 0 1010 11111 101011 101001 10010 110000

Color Harmonies of #928465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928465

Black with #928465

Text Example


Text Example

White with #928465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928465; }

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

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

background-color css

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

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

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

border-color css

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

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

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