Html Css Color HEX #928260 Granite Green

📋 copy color: '#928260'

red 146 ◦ green 130 ◦ blue 96

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

Shades of Granite Green #928260

Tints of Granite Green #928260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.95%

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

R = 39.25%
G = 34.95%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#928260 (or 0x928260) is known color: Granite Green. HEX triplet: 92, 82 and 60. RGB value is (146,130,96). Sum of RGB (Red+Green+Blue) = 146+130+96=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 146 - color contains mainly: red. Hex color #928260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928260 is #6D7D9F. Grayscale: #838383. Windows color (decimal): -7175584 or 6324882. OLE color: 6324882.

HSL color Cylindrical-coordinate representation of color #928260: hue angle of 40.8º 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 #928260 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 130 96 -
CMYK 0 0.11 0.34 0.43
HSL 40.8º 0.21% 0.47% -
HSV(B) 40.8º 0.34% 0.57% -
XYZ 21.95 22.92 14.33 -
YUV 130.91 108.3 138.76 -
System Red Green Blue C M Y K H S L
Decimal 146 130 96 0 0.11 0.34 0.43 40.8 0.21 0.47
Hex 92 82 60 0 B 22 2B 29 15 2F
Octal 222 202 140 0 13 42 53 51 25 57
Binary 10010010 10000010 1100000 0 1011 100010 101011 101001 10101 101111

Color Harmonies of #928260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928260

Black with #928260

Text Example


Text Example

White with #928260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928260; }

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

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

background-color css

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

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

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

border-color css

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

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

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