Html Css Color HEX #9B965A Avocado

📋 copy color: '#9B965A'

red 155 ◦ green 150 ◦ blue 90

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

Shades of Avocado #9B965A

Tints of Avocado #9B965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.97%

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

R = 39.24%
G = 37.97%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B965A (or 0x9B965A) is known color: Avocado. HEX triplet: 9B, 96 and 5A. RGB value is (155,150,90). Sum of RGB (Red+Green+Blue) = 155+150+90=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 90 (35.55% from 255 or 22.78% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B965A is #6469A5. Grayscale: #909090. Windows color (decimal): -6580646 or 5936795. OLE color: 5936795.

HSL color Cylindrical-coordinate representation of color #9B965A: hue angle of 55.38º 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 #9B965A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 150 90 -
CMYK 0 0.03 0.42 0.39
HSL 55.38º 0.27% 0.48% -
HSV(B) 55.38º 0.42% 0.61% -
XYZ 26.27 29.52 13.99 -
YUV 144.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 155 150 90 0 0.03 0.42 0.39 55.38 0.27 0.48
Hex 9B 96 5A 0 3 2A 27 37 1B 30
Octal 233 226 132 0 3 52 47 67 33 60
Binary 10011011 10010110 1011010 0 11 101010 100111 110111 11011 110000

Color Harmonies of #9B965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B965A

Black with #9B965A

Text Example


Text Example

White with #9B965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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