Html Css Color HEX #95895C Granite Green

📋 copy color: '#95895C'

red 149 ◦ green 137 ◦ blue 92

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

Shades of Granite Green #95895C

Tints of Granite Green #95895C

RGB

 RED value IS 149 (58.59% from 255) = 39.42%

 GREEN value IS 137 (53.91% from 255) = 36.24%

 BLUE value IS 92 (36.33% from 255) = 24.34%

R = 39.42%
G = 36.24%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95895C (or 0x95895C) is known color: Granite Green. HEX triplet: 95, 89 and 5C. RGB value is (149,137,92). Sum of RGB (Red+Green+Blue) = 149+137+92=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #95895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95895C is #6A76A3. Grayscale: #878787. Windows color (decimal): -6977188 or 6064533. OLE color: 6064533.

HSL color Cylindrical-coordinate representation of color #95895C: hue angle of 47.37º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95895C is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 137 92 -
CMYK 0 0.08 0.38 0.42
HSL 47.37º 0.24% 0.47% -
HSV(B) 47.37º 0.38% 0.58% -
XYZ 23.27 25.05 13.73 -
YUV 135.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 149 137 92 0 0.08 0.38 0.42 47.37 0.24 0.47
Hex 95 89 5C 0 8 26 2A 2F 18 2F
Octal 225 211 134 0 10 46 52 57 30 57
Binary 10010101 10001001 1011100 0 1000 100110 101010 101111 11000 101111

Color Harmonies of #95895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95895C

Black with #95895C

Text Example


Text Example

White with #95895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95895C; }

 p { color: rgb(149,137,92); }

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

background-color css

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

 a { background-color: rgb(149,137,92); }

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

border-color css

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

 span { border-color: rgb(149,137,92); }

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