Html Css Color HEX #98885A Granite Green

📋 copy color: '#98885A'

red 152 ◦ green 136 ◦ blue 90

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

Shades of Granite Green #98885A

Tints of Granite Green #98885A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.81%

R = 40.21%
G = 35.98%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#98885A (or 0x98885A) is known color: Granite Green. HEX triplet: 98, 88 and 5A. RGB value is (152,136,90). Sum of RGB (Red+Green+Blue) = 152+136+90=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98885A is #6777A5. Grayscale: #878787. Windows color (decimal): -6780838 or 5933208. OLE color: 5933208.

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

Color convert

RGB 152 136 90 -
CMYK 0 0.11 0.41 0.40
HSL 44.52º 0.26% 0.47% -
HSV(B) 44.52º 0.41% 0.6% -
XYZ 23.6 25.02 13.26 -
YUV 135.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 152 136 90 0 0.11 0.41 0.40 44.52 0.26 0.47
Hex 98 88 5A 0 B 29 28 2D 1A 2F
Octal 230 210 132 0 13 51 50 55 32 57
Binary 10011000 10001000 1011010 0 1011 101001 101000 101101 11010 101111

Color Harmonies of #98885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98885A

Black with #98885A

Text Example


Text Example

White with #98885A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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