Html Css Color HEX #96885E Granite Green

📋 copy color: '#96885E'

red 150 ◦ green 136 ◦ blue 94

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

Shades of Granite Green #96885E

Tints of Granite Green #96885E

RGB

 RED value IS 150 (58.98% from 255) = 39.47%

 GREEN value IS 136 (53.52% from 255) = 35.79%

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 39.47%
G = 35.79%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96885E (or 0x96885E) is known color: Granite Green. HEX triplet: 96, 88 and 5E. RGB value is (150,136,94). Sum of RGB (Red+Green+Blue) = 150+136+94=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #96885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96885E is #6977A1. Grayscale: #878787. Windows color (decimal): -6911906 or 6195350. OLE color: 6195350.

HSL color Cylindrical-coordinate representation of color #96885E: hue angle of 45º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96885E is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 94 -
CMYK 0 0.09 0.37 0.41
HSL 45º 0.23% 0.48% -
HSV(B) 45º 0.37% 0.59% -
XYZ 23.4 24.9 14.16 -
YUV 135.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 150 136 94 0 0.09 0.37 0.41 45 0.23 0.48
Hex 96 88 5E 0 9 25 29 2D 17 30
Octal 226 210 136 0 11 45 51 55 27 60
Binary 10010110 10001000 1011110 0 1001 100101 101001 101101 10111 110000

Color Harmonies of #96885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96885E

Black with #96885E

Text Example


Text Example

White with #96885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96885E; }

 p { color: rgb(150,136,94); }

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

background-color css

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

 a { background-color: rgb(150,136,94); }

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

border-color css

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

 span { border-color: rgb(150,136,94); }

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