Html Css Color HEX #9B9357 Avocado

📋 copy color: '#9B9357'

red 155 ◦ green 147 ◦ blue 87

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

Shades of Avocado #9B9357

Tints of Avocado #9B9357

RGB

 RED value IS 155 (60.94% from 255) = 39.85%

 GREEN value IS 147 (57.81% from 255) = 37.79%

 BLUE value IS 87 (34.38% from 255) = 22.37%

R = 39.85%
G = 37.79%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9B9357 (or 0x9B9357) is known color: Avocado. HEX triplet: 9B, 93 and 57. RGB value is (155,147,87). Sum of RGB (Red+Green+Blue) = 155+147+87=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9357 is #646CA8. Grayscale: #8E8E8E. Windows color (decimal): -6581417 or 5739419. OLE color: 5739419.

HSL color Cylindrical-coordinate representation of color #9B9357: hue angle of 52.94º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B9357 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 147 87 -
CMYK 0 0.05 0.44 0.39
HSL 52.94º 0.28% 0.47% -
HSV(B) 52.94º 0.44% 0.61% -
XYZ 25.67 28.52 13.17 -
YUV 142.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 155 147 87 0 0.05 0.44 0.39 52.94 0.28 0.47
Hex 9B 93 57 0 5 2C 27 35 1C 2F
Octal 233 223 127 0 5 54 47 65 34 57
Binary 10011011 10010011 1010111 0 101 101100 100111 110101 11100 101111

Color Harmonies of #9B9357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9357

Black with #9B9357

Text Example


Text Example

White with #9B9357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,147,87); }

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

background-color css

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

 a { background-color: rgb(155,147,87); }

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

border-color css

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

 span { border-color: rgb(155,147,87); }

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