Html Css Color HEX #98885C Granite Green

📋 copy color: '#98885C'

red 152 ◦ green 136 ◦ blue 92

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

Shades of Granite Green #98885C

Tints of Granite Green #98885C

RGB

 RED value IS 152 (59.77% from 255) = 40%

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

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

R = 40%
G = 35.79%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98885C (or 0x98885C) is known color: Granite Green. HEX triplet: 98, 88 and 5C. RGB value is (152,136,92). Sum of RGB (Red+Green+Blue) = 152+136+92=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98885C is #6777A3. Grayscale: #878787. Windows color (decimal): -6780836 or 6064280. OLE color: 6064280.

HSL color Cylindrical-coordinate representation of color #98885C: hue angle of 44º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98885C is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 92 -
CMYK 0 0.11 0.39 0.40
HSL 44º 0.25% 0.48% -
HSV(B) 44º 0.39% 0.6% -
XYZ 23.68 25.06 13.71 -
YUV 135.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 152 136 92 0 0.11 0.39 0.40 44 0.25 0.48
Hex 98 88 5C 0 B 27 28 2C 19 30
Octal 230 210 134 0 13 47 50 54 31 60
Binary 10011000 10001000 1011100 0 1011 100111 101000 101100 11001 110000

Color Harmonies of #98885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98885C

Black with #98885C

Text Example


Text Example

White with #98885C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,136,92); }

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

background-color css

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

 a { background-color: rgb(152,136,92); }

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

border-color css

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

 span { border-color: rgb(152,136,92); }

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