Html Css Color HEX #9D995E Avocado

📋 copy color: '#9D995E'

red 157 ◦ green 153 ◦ blue 94

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

Shades of Avocado #9D995E

Tints of Avocado #9D995E

RGB

 RED value IS 157 (61.72% from 255) = 38.86%

 GREEN value IS 153 (60.16% from 255) = 37.87%

 BLUE value IS 94 (37.11% from 255) = 23.27%

R = 38.86%
G = 37.87%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D995E (or 0x9D995E) is known color: Avocado. HEX triplet: 9D, 99 and 5E. RGB value is (157,153,94). Sum of RGB (Red+Green+Blue) = 157+153+94=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D995E is #6266A1. Grayscale: #939393. Windows color (decimal): -6448802 or 6199709. OLE color: 6199709.

HSL color Cylindrical-coordinate representation of color #9D995E: hue angle of 56.19º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D995E is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 153 94 -
CMYK 0 0.03 0.40 0.38
HSL 56.19º 0.25% 0.49% -
HSV(B) 56.19º 0.4% 0.62% -
XYZ 27.32 30.76 15.09 -
YUV 147.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 157 153 94 0 0.03 0.40 0.38 56.19 0.25 0.49
Hex 9D 99 5E 0 3 28 26 38 19 31
Octal 235 231 136 0 3 50 46 70 31 61
Binary 10011101 10011001 1011110 0 11 101000 100110 111000 11001 110001

Color Harmonies of #9D995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D995E

Black with #9D995E

Text Example


Text Example

White with #9D995E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,153,94); }

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

background-color css

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

 a { background-color: rgb(157,153,94); }

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

border-color css

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

 span { border-color: rgb(157,153,94); }

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