Html Css Color HEX #988E58 Clay Creek

📋 copy color: '#988E58'

red 152 ◦ green 142 ◦ blue 88

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

Shades of Clay Creek #988E58

Tints of Clay Creek #988E58

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.17%

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

R = 39.79%
G = 37.17%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#988E58 (or 0x988E58) is known color: Clay Creek. HEX triplet: 98, 8E and 58. RGB value is (152,142,88). Sum of RGB (Red+Green+Blue) = 152+142+88=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #988E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E58 is #6771A7. Grayscale: #8B8B8B. Windows color (decimal): -6779304 or 5803672. OLE color: 5803672.

HSL color Cylindrical-coordinate representation of color #988E58: hue angle of 50.62º 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 #988E58 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 88 -
CMYK 0 0.07 0.42 0.40
HSL 50.63º 0.27% 0.47% -
HSV(B) 50.63º 0.42% 0.6% -
XYZ 24.38 26.73 13.11 -
YUV 138.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 152 142 88 0 0.07 0.42 0.40 50.63 0.27 0.47
Hex 98 8E 58 0 7 2A 28 33 1B 2F
Octal 230 216 130 0 7 52 50 63 33 57
Binary 10011000 10001110 1011000 0 111 101010 101000 110011 11011 101111

Color Harmonies of #988E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E58

Black with #988E58

Text Example


Text Example

White with #988E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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