Html Css Color HEX #94885E Granite Green

📋 copy color: '#94885E'

red 148 ◦ green 136 ◦ blue 94

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

Shades of Granite Green #94885E

Tints of Granite Green #94885E

RGB

 RED value IS 148 (58.2% from 255) = 39.15%

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

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

R = 39.15%
G = 35.98%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#94885E (or 0x94885E) is known color: Granite Green. HEX triplet: 94, 88 and 5E. RGB value is (148,136,94). Sum of RGB (Red+Green+Blue) = 148+136+94=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 148 - color contains mainly: red. Hex color #94885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94885E is #6B77A1. Grayscale: #868686. Windows color (decimal): -7042978 or 6195348. OLE color: 6195348.

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

Color convert

RGB 148 136 94 -
CMYK 0 0.08 0.36 0.42
HSL 46.67º 0.22% 0.47% -
HSV(B) 46.67º 0.36% 0.58% -
XYZ 23.04 24.71 14.15 -
YUV 134.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 148 136 94 0 0.08 0.36 0.42 46.67 0.22 0.47
Hex 94 88 5E 0 8 24 2A 2F 16 2F
Octal 224 210 136 0 10 44 52 57 26 57
Binary 10010100 10001000 1011110 0 1000 100100 101010 101111 10110 101111

Color Harmonies of #94885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94885E

Black with #94885E

Text Example


Text Example

White with #94885E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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