Html Css Color HEX #928562 Granite Green

📋 copy color: '#928562'

red 146 ◦ green 133 ◦ blue 98

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

Shades of Granite Green #928562

Tints of Granite Green #928562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.28%

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

R = 38.73%
G = 35.28%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#928562 (or 0x928562) is known color: Granite Green. HEX triplet: 92, 85 and 62. RGB value is (146,133,98). Sum of RGB (Red+Green+Blue) = 146+133+98=377 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.73% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 146 - color contains mainly: red. Hex color #928562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928562 is #6D7A9D. Grayscale: #858585. Windows color (decimal): -7174814 or 6456722. OLE color: 6456722.

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

Color convert

RGB 146 133 98 -
CMYK 0 0.09 0.33 0.43
HSL 43.75º 0.2% 0.48% -
HSV(B) 43.75º 0.33% 0.57% -
XYZ 22.45 23.77 14.96 -
YUV 132.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 146 133 98 0 0.09 0.33 0.43 43.75 0.2 0.48
Hex 92 85 62 0 9 21 2B 2C 14 30
Octal 222 205 142 0 11 41 53 54 24 60
Binary 10010010 10000101 1100010 0 1001 100001 101011 101100 10100 110000

Color Harmonies of #928562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928562

Black with #928562

Text Example


Text Example

White with #928562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928562; }

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

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

background-color css

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

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

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

border-color css

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

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

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