Html Css Color HEX #94885B Granite Green

📋 copy color: '#94885B'

red 148 ◦ green 136 ◦ blue 91

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

Shades of Granite Green #94885B

Tints of Granite Green #94885B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.27%

R = 39.47%
G = 36.27%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94885B (or 0x94885B) is known color: Granite Green. HEX triplet: 94, 88 and 5B. RGB value is (148,136,91). Sum of RGB (Red+Green+Blue) = 148+136+91=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #94885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94885B is #6B77A4. Grayscale: #868686. Windows color (decimal): -7042981 or 5998740. OLE color: 5998740.

HSL color Cylindrical-coordinate representation of color #94885B: 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.39%. Process color model (Four color, CMYK) of #94885B is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 91 -
CMYK 0 0.08 0.39 0.42
HSL 47.37º 0.24% 0.47% -
HSV(B) 47.37º 0.39% 0.58% -
XYZ 22.91 24.66 13.45 -
YUV 134.46 103.48 137.66 -
System Red Green Blue C M Y K H S L
Decimal 148 136 91 0 0.08 0.39 0.42 47.37 0.24 0.47
Hex 94 88 5B 0 8 27 2A 2F 18 2F
Octal 224 210 133 0 10 47 52 57 30 57
Binary 10010100 10001000 1011011 0 1000 100111 101010 101111 11000 101111

Color Harmonies of #94885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94885B

Black with #94885B

Text Example


Text Example

White with #94885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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