Html Css Color HEX #9B975D Avocado

📋 copy color: '#9B975D'

red 155 ◦ green 151 ◦ blue 93

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

Shades of Avocado #9B975D

Tints of Avocado #9B975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.84%

 BLUE value IS 93 (36.72% from 255) = 23.31%

R = 38.85%
G = 37.84%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B975D (or 0x9B975D) is known color: Avocado. HEX triplet: 9B, 97 and 5D. RGB value is (155,151,93). Sum of RGB (Red+Green+Blue) = 155+151+93=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B975D is #6468A2. Grayscale: #919191. Windows color (decimal): -6580387 or 6133659. OLE color: 6133659.

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

Color convert

RGB 155 151 93 -
CMYK 0 0.03 0.4 0.39
HSL 56.13º 0.25% 0.49% -
HSV(B) 56.13º 0.4% 0.61% -
XYZ 26.56 29.89 14.73 -
YUV 145.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 155 151 93 0 0.03 0.4 0.39 56.13 0.25 0.49
Hex 9B 97 5D 0 3 28 27 38 19 31
Octal 233 227 135 0 3 50 47 70 31 61
Binary 10011011 10010111 1011101 0 11 101000 100111 111000 11001 110001

Color Harmonies of #9B975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B975D

Black with #9B975D

Text Example


Text Example

White with #9B975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,151,93); }

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

background-color css

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

 a { background-color: rgb(155,151,93); }

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

border-color css

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

 span { border-color: rgb(155,151,93); }

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