Html Css Color HEX #9B985C Avocado

📋 copy color: '#9B985C'

red 155 ◦ green 152 ◦ blue 92

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

Shades of Avocado #9B985C

Tints of Avocado #9B985C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

 BLUE value IS 92 (36.33% from 255) = 23.06%

R = 38.85%
G = 38.1%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B985C (or 0x9B985C) is known color: Avocado. HEX triplet: 9B, 98 and 5C. RGB value is (155,152,92). Sum of RGB (Red+Green+Blue) = 155+152+92=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B985C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B985C is #6467A3. Grayscale: #929292. Windows color (decimal): -6580132 or 6068379. OLE color: 6068379.

HSL color Cylindrical-coordinate representation of color #9B985C: hue angle of 57.14º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B985C is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 152 92 -
CMYK 0 0.02 0.41 0.39
HSL 57.14º 0.26% 0.48% -
HSV(B) 57.14º 0.41% 0.61% -
XYZ 26.68 30.2 14.55 -
YUV 146.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 155 152 92 0 0.02 0.41 0.39 57.14 0.26 0.48
Hex 9B 98 5C 0 2 29 27 39 1A 30
Octal 233 230 134 0 2 51 47 71 32 60
Binary 10011011 10011000 1011100 0 10 101001 100111 111001 11010 110000

Color Harmonies of #9B985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B985C

Black with #9B985C

Text Example


Text Example

White with #9B985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,152,92); }

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

background-color css

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

 a { background-color: rgb(155,152,92); }

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

border-color css

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

 span { border-color: rgb(155,152,92); }

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