Html Css Color HEX #9B9A63 Avocado

📋 copy color: '#9B9A63'

red 155 ◦ green 154 ◦ blue 99

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

Shades of Avocado #9B9A63

Tints of Avocado #9B9A63

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.75%

 BLUE value IS 99 (39.06% from 255) = 24.26%

R = 37.99%
G = 37.75%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B9A63 (or 0x9B9A63) is known color: Avocado. HEX triplet: 9B, 9A and 63. RGB value is (155,154,99). Sum of RGB (Red+Green+Blue) = 155+154+99=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9A63 is #64659C. Grayscale: #949494. Windows color (decimal): -6579613 or 6527643. OLE color: 6527643.

HSL color Cylindrical-coordinate representation of color #9B9A63: hue angle of 58.93º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B9A63 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 154 99 -
CMYK 0 0.01 0.36 0.39
HSL 58.93º 0.22% 0.5% -
HSV(B) 58.93º 0.36% 0.61% -
XYZ 27.33 30.98 16.34 -
YUV 148.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 155 154 99 0 0.01 0.36 0.39 58.93 0.22 0.5
Hex 9B 9A 63 0 1 24 27 3B 16 32
Octal 233 232 143 0 1 44 47 73 26 62
Binary 10011011 10011010 1100011 0 1 100100 100111 111011 10110 110010

Color Harmonies of #9B9A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9A63

Black with #9B9A63

Text Example


Text Example

White with #9B9A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,154,99); }

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

background-color css

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

 a { background-color: rgb(155,154,99); }

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

border-color css

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

 span { border-color: rgb(155,154,99); }

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