Html Css Color HEX #9C8C5D Granite Green

📋 copy color: '#9C8C5D'

red 156 ◦ green 140 ◦ blue 93

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

Shades of Granite Green #9C8C5D

Tints of Granite Green #9C8C5D

RGB

 RED value IS 156 (61.33% from 255) = 40.1%

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 93 (36.72% from 255) = 23.91%

R = 40.1%
G = 35.99%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C8C5D (or 0x9C8C5D) is known color: Granite Green. HEX triplet: 9C, 8C and 5D. RGB value is (156,140,93). Sum of RGB (Red+Green+Blue) = 156+140+93=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8C5D is #6373A2. Grayscale: #8B8B8B. Windows color (decimal): -6517667 or 6130844. OLE color: 6130844.

HSL color Cylindrical-coordinate representation of color #9C8C5D: hue angle of 44.76º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C8C5D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 140 93 -
CMYK 0 0.10 0.40 0.39
HSL 44.76º 0.25% 0.49% -
HSV(B) 44.76º 0.4% 0.61% -
XYZ 25.06 26.61 14.17 -
YUV 139.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 156 140 93 0 0.10 0.40 0.39 44.76 0.25 0.49
Hex 9C 8C 5D 0 A 28 27 2D 19 31
Octal 234 214 135 0 12 50 47 55 31 61
Binary 10011100 10001100 1011101 0 1010 101000 100111 101101 11001 110001

Color Harmonies of #9C8C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8C5D

Black with #9C8C5D

Text Example


Text Example

White with #9C8C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C8C5D; }

 p { color: rgb(156,140,93); }

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

background-color css

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

 a { background-color: rgb(156,140,93); }

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

border-color css

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

 span { border-color: rgb(156,140,93); }

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