#9A8B58

Color #9A8B58 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #9A8B58

Tints of Clay Creek #9A8B58

Color information

#9A8B58 (or 0x9A8B58) is unknown color: approx Clay Creek. HEX triplet: 9A, 8B and 58. RGB value is (154,139,88). Sum of RGB (Red+Green+Blue) = 154+139+88=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8B58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8B58 is #6574A7. Grayscale: #898989. Windows color (decimal): -6649000 or 5802906. OLE color: 5802906.

HSL color Cylindrical-coordinate representation of color #9A8B58: hue angle of 46.36º degrees, saturation: 0.27, 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 #9A8B58 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB15413988-
CMYK00.100.430.40
HSL46.36º27.27%47.45%-
HSV(B)46.36º42.86%60.39%-
XYZ24.3226.0412.98-
YUV137.6799.97139.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.42%
GREEN value IS 139 (54.69% from 255) = 36.48%
BLUE value IS 88 (34.77% from 255) = 23.10%
R=40.42%
G=36.48%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541398800.100.430.4046.3627.2747.45
Hex9A8B580A2B282e1b2f
Octal2322131300125350563357
Binary100110101000101110110000101010101110100010111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8B58; }

 p { color: rgb(154,139,88); }

 H1.HeaderClassName
 {
   color: #9A8B58;
 }
 .AnyTagClassName
 {
   color: #9A8B58;
 }
</style>
background-color css

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

 a { background-color: rgb(154,139,88); }

 div.DivClassName
 {
   background-color: #9A8B58;
 }
 .BgClassName
 {
   background-color: #9A8B58;
 }
</style>
border-color css

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

 span { border-color: rgb(154,139,88); }

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