Html Css Color HEX #988958 Clay Creek

📋 copy color: '#988958'

red 152 ◦ green 137 ◦ blue 88

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

Shades of Clay Creek #988958

Tints of Clay Creek #988958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.34%

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 40.32%
G = 36.34%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#988958 (or 0x988958) is known color: Clay Creek. HEX triplet: 98, 89 and 58. RGB value is (152,137,88). Sum of RGB (Red+Green+Blue) = 152+137+88=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #988958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988958 is #6776A7. Grayscale: #888888. Windows color (decimal): -6780584 or 5802392. OLE color: 5802392.

HSL color Cylindrical-coordinate representation of color #988958: hue angle of 45.94º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #988958 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 137 88 -
CMYK 0 0.10 0.42 0.40
HSL 45.94º 0.27% 0.47% -
HSV(B) 45.94º 0.42% 0.6% -
XYZ 23.66 25.27 12.86 -
YUV 135.9 100.97 139.48 -
System Red Green Blue C M Y K H S L
Decimal 152 137 88 0 0.10 0.42 0.40 45.94 0.27 0.47
Hex 98 89 58 0 A 2A 28 2E 1B 2F
Octal 230 211 130 0 12 52 50 56 33 57
Binary 10011000 10001001 1011000 0 1010 101010 101000 101110 11011 101111

Color Harmonies of #988958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988958

Black with #988958

Text Example


Text Example

White with #988958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988958; }

 p { color: rgb(152,137,88); }

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

background-color css

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

 a { background-color: rgb(152,137,88); }

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

border-color css

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

 span { border-color: rgb(152,137,88); }

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