Html Css Color HEX #928563 Granite Green

📋 copy color: '#928563'

red 146 ◦ green 133 ◦ blue 99

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

Shades of Granite Green #928563

Tints of Granite Green #928563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.19%

R = 38.62%
G = 35.19%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#928563 (or 0x928563) is known color: Granite Green. HEX triplet: 92, 85 and 63. RGB value is (146,133,99). Sum of RGB (Red+Green+Blue) = 146+133+99=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #928563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928563 is #6D7A9C. Grayscale: #858585. Windows color (decimal): -7174813 or 6522258. OLE color: 6522258.

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

Color convert

RGB 146 133 99 -
CMYK 0 0.09 0.32 0.43
HSL 43.4º 0.19% 0.48% -
HSV(B) 43.4º 0.32% 0.57% -
XYZ 22.49 23.79 15.21 -
YUV 133.01 108.81 137.26 -
System Red Green Blue C M Y K H S L
Decimal 146 133 99 0 0.09 0.32 0.43 43.4 0.19 0.48
Hex 92 85 63 0 9 20 2B 2B 13 30
Octal 222 205 143 0 11 40 53 53 23 60
Binary 10010010 10000101 1100011 0 1001 100000 101011 101011 10011 110000

Color Harmonies of #928563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928563

Black with #928563

Text Example


Text Example

White with #928563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928563; }

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

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

background-color css

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

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

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

border-color css

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

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

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