Html Css Color HEX #96935A Avocado

📋 copy color: '#96935A'

red 150 ◦ green 147 ◦ blue 90

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

Shades of Avocado #96935A

Tints of Avocado #96935A

RGB

 RED value IS 150 (58.98% from 255) = 38.76%

 GREEN value IS 147 (57.81% from 255) = 37.98%

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

R = 38.76%
G = 37.98%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96935A (or 0x96935A) is known color: Avocado. HEX triplet: 96, 93 and 5A. RGB value is (150,147,90). Sum of RGB (Red+Green+Blue) = 150+147+90=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #96935A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96935A is #696CA5. Grayscale: #8D8D8D. Windows color (decimal): -6909094 or 5936022. OLE color: 5936022.

HSL color Cylindrical-coordinate representation of color #96935A: hue angle of 57º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96935A is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 147 90 -
CMYK 0 0.02 0.4 0.41
HSL 57º 0.25% 0.47% -
HSV(B) 57º 0.4% 0.59% -
XYZ 24.86 28.09 13.78 -
YUV 141.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 150 147 90 0 0.02 0.4 0.41 57 0.25 0.47
Hex 96 93 5A 0 2 28 29 39 19 2F
Octal 226 223 132 0 2 50 51 71 31 57
Binary 10010110 10010011 1011010 0 10 101000 101001 111001 11001 101111

Color Harmonies of #96935A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96935A

Black with #96935A

Text Example


Text Example

White with #96935A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96935A; }

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

 H1.HeaderClassName
 {
   color: #96935A;
 }
 .AnyTagClassName
 {
   color: #96935A;
 }
</style>

background-color css

<style>
 a { background-color: #96935A; }

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

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

border-color css

<style>
 span { border-color: #96935A; }

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

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