Html Css Color HEX #96925E Avocado

📋 copy color: '#96925E'

red 150 ◦ green 146 ◦ blue 94

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

Shades of Avocado #96925E

Tints of Avocado #96925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.44%

 BLUE value IS 94 (37.11% from 255) = 24.1%

R = 38.46%
G = 37.44%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96925E (or 0x96925E) is known color: Avocado. HEX triplet: 96, 92 and 5E. RGB value is (150,146,94). Sum of RGB (Red+Green+Blue) = 150+146+94=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96925E is #696DA1. Grayscale: #8D8D8D. Windows color (decimal): -6909346 or 6197910. OLE color: 6197910.

HSL color Cylindrical-coordinate representation of color #96925E: hue angle of 55.71º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96925E is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 94 -
CMYK 0 0.03 0.37 0.41
HSL 55.71º 0.23% 0.48% -
HSV(B) 55.71º 0.37% 0.59% -
XYZ 24.88 27.85 14.65 -
YUV 141.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 150 146 94 0 0.03 0.37 0.41 55.71 0.23 0.48
Hex 96 92 5E 0 3 25 29 38 17 30
Octal 226 222 136 0 3 45 51 70 27 60
Binary 10010110 10010010 1011110 0 11 100101 101001 111000 10111 110000

Color Harmonies of #96925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96925E

Black with #96925E

Text Example


Text Example

White with #96925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96925E; }

 p { color: rgb(150,146,94); }

 H1.HeaderClassName
 {
   color: #96925E;
 }
 .AnyTagClassName
 {
   color: #96925E;
 }
</style>

background-color css

<style>
 a { background-color: #96925E; }

 a { background-color: rgb(150,146,94); }

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

border-color css

<style>
 span { border-color: #96925E; }

 span { border-color: rgb(150,146,94); }

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