Html Css Color HEX #988862 Granite Green

📋 copy color: '#988862'

red 152 ◦ green 136 ◦ blue 98

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

Shades of Granite Green #988862

Tints of Granite Green #988862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.39%

R = 39.38%
G = 35.23%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#988862 (or 0x988862) is known color: Granite Green. HEX triplet: 98, 88 and 62. RGB value is (152,136,98). Sum of RGB (Red+Green+Blue) = 152+136+98=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #988862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988862 is #67779D. Grayscale: #888888. Windows color (decimal): -6780830 or 6457496. OLE color: 6457496.

HSL color Cylindrical-coordinate representation of color #988862: hue angle of 42.22º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988862 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 136 98 -
CMYK 0 0.11 0.36 0.40
HSL 42.22º 0.22% 0.49% -
HSV(B) 42.22º 0.36% 0.6% -
XYZ 23.96 25.17 15.15 -
YUV 136.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 152 136 98 0 0.11 0.36 0.40 42.22 0.22 0.49
Hex 98 88 62 0 B 24 28 2A 16 31
Octal 230 210 142 0 13 44 50 52 26 61
Binary 10011000 10001000 1100010 0 1011 100100 101000 101010 10110 110001

Color Harmonies of #988862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988862

Black with #988862

Text Example


Text Example

White with #988862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988862; }

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

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

background-color css

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

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

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

border-color css

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

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

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