Html Css Color HEX #9B955A Avocado

📋 copy color: '#9B955A'

red 155 ◦ green 149 ◦ blue 90

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

Shades of Avocado #9B955A

Tints of Avocado #9B955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

 BLUE value IS 90 (35.55% from 255) = 22.84%

R = 39.34%
G = 37.82%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B955A (or 0x9B955A) is known color: Avocado. HEX triplet: 9B, 95 and 5A. RGB value is (155,149,90). Sum of RGB (Red+Green+Blue) = 155+149+90=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B955A is #646AA5. Grayscale: #909090. Windows color (decimal): -6580902 or 5936539. OLE color: 5936539.

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

Color convert

RGB 155 149 90 -
CMYK 0 0.04 0.42 0.39
HSL 54.46º 0.27% 0.48% -
HSV(B) 54.46º 0.42% 0.61% -
XYZ 26.11 29.2 13.93 -
YUV 144.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 155 149 90 0 0.04 0.42 0.39 54.46 0.27 0.48
Hex 9B 95 5A 0 4 2A 27 36 1B 30
Octal 233 225 132 0 4 52 47 66 33 60
Binary 10011011 10010101 1011010 0 100 101010 100111 110110 11011 110000

Color Harmonies of #9B955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B955A

Black with #9B955A

Text Example


Text Example

White with #9B955A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,149,90); }

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

background-color css

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

 a { background-color: rgb(155,149,90); }

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

border-color css

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

 span { border-color: rgb(155,149,90); }

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