Html Css Color HEX #99885F Granite Green

📋 copy color: '#99885F'

red 153 ◦ green 136 ◦ blue 95

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

Shades of Granite Green #99885F

Tints of Granite Green #99885F

RGB

 RED value IS 153 (60.16% from 255) = 39.84%

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

 BLUE value IS 95 (37.5% from 255) = 24.74%

R = 39.84%
G = 35.42%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99885F (or 0x99885F) is known color: Granite Green. HEX triplet: 99, 88 and 5F. RGB value is (153,136,95). Sum of RGB (Red+Green+Blue) = 153+136+95=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #99885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99885F is #6677A0. Grayscale: #888888. Windows color (decimal): -6715297 or 6260889. OLE color: 6260889.

HSL color Cylindrical-coordinate representation of color #99885F: hue angle of 42.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99885F is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 95 -
CMYK 0 0.11 0.38 0.4
HSL 42.41º 0.23% 0.49% -
HSV(B) 42.41º 0.38% 0.6% -
XYZ 24.01 25.21 14.43 -
YUV 136.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 153 136 95 0 0.11 0.38 0.4 42.41 0.23 0.49
Hex 99 88 5F 0 B 26 28 2A 17 31
Octal 231 210 137 0 13 46 50 52 27 61
Binary 10011001 10001000 1011111 0 1011 100110 101000 101010 10111 110001

Color Harmonies of #99885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99885F

Black with #99885F

Text Example


Text Example

White with #99885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99885F; }

 p { color: rgb(153,136,95); }

 H1.HeaderClassName
 {
   color: #99885F;
 }
 .AnyTagClassName
 {
   color: #99885F;
 }
</style>

background-color css

<style>
 a { background-color: #99885F; }

 a { background-color: rgb(153,136,95); }

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

border-color css

<style>
 span { border-color: #99885F; }

 span { border-color: rgb(153,136,95); }

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