Html Css Color HEX #988D56 Clay Creek

📋 copy color: '#988D56'

red 152 ◦ green 141 ◦ blue 86

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

Shades of Clay Creek #988D56

Tints of Clay Creek #988D56

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.2%

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 40.11%
G = 37.2%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#988D56 (or 0x988D56) is known color: Clay Creek. HEX triplet: 98, 8D and 56. RGB value is (152,141,86). Sum of RGB (Red+Green+Blue) = 152+141+86=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #988D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D56 is #6772A9. Grayscale: #8A8A8A. Windows color (decimal): -6779562 or 5672344. OLE color: 5672344.

HSL color Cylindrical-coordinate representation of color #988D56: hue angle of 50º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #988D56 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 141 86 -
CMYK 0 0.07 0.43 0.40
HSL 50º 0.28% 0.47% -
HSV(B) 50º 0.43% 0.6% -
XYZ 24.15 26.4 12.63 -
YUV 138.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 152 141 86 0 0.07 0.43 0.40 50 0.28 0.47
Hex 98 8D 56 0 7 2B 28 32 1C 2F
Octal 230 215 126 0 7 53 50 62 34 57
Binary 10011000 10001101 1010110 0 111 101011 101000 110010 11100 101111

Color Harmonies of #988D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D56

Black with #988D56

Text Example


Text Example

White with #988D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,141,86); }

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

background-color css

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

 a { background-color: rgb(152,141,86); }

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

border-color css

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

 span { border-color: rgb(152,141,86); }

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