Html Css Color HEX #9A8D58 Clay Creek

📋 copy color: '#9A8D58'

red 154 ◦ green 141 ◦ blue 88

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

Shades of Clay Creek #9A8D58

Tints of Clay Creek #9A8D58

RGB

 RED value IS 154 (60.55% from 255) = 40.21%

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

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

R = 40.21%
G = 36.81%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#9A8D58 (or 0x9A8D58) is known color: Clay Creek. HEX triplet: 9A, 8D and 58. RGB value is (154,141,88). Sum of RGB (Red+Green+Blue) = 154+141+88=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8D58 is #6572A7. Grayscale: #8B8B8B. Windows color (decimal): -6648488 or 5803418. OLE color: 5803418.

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

Color convert

RGB 154 141 88 -
CMYK 0 0.08 0.43 0.40
HSL 48.18º 0.27% 0.47% -
HSV(B) 48.18º 0.43% 0.6% -
XYZ 24.61 26.62 13.07 -
YUV 138.85 99.31 138.81 -
System Red Green Blue C M Y K H S L
Decimal 154 141 88 0 0.08 0.43 0.40 48.18 0.27 0.47
Hex 9A 8D 58 0 8 2B 28 30 1B 2F
Octal 232 215 130 0 10 53 50 60 33 57
Binary 10011010 10001101 1011000 0 1000 101011 101000 110000 11011 101111

Color Harmonies of #9A8D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8D58

Black with #9A8D58

Text Example


Text Example

White with #9A8D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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