Html Css Color HEX #96935F Avocado

📋 copy color: '#96935F'

red 150 ◦ green 147 ◦ blue 95

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

Shades of Avocado #96935F

Tints of Avocado #96935F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.23%

R = 38.27%
G = 37.5%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#96935F (or 0x96935F) is known color: Avocado. HEX triplet: 96, 93 and 5F. RGB value is (150,147,95). Sum of RGB (Red+Green+Blue) = 150+147+95=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96935F is #696CA0. Grayscale: #8E8E8E. Windows color (decimal): -6909089 or 6263702. OLE color: 6263702.

HSL color Cylindrical-coordinate representation of color #96935F: hue angle of 56.73º degrees, saturation: 0.22, 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 #96935F is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 147 95 -
CMYK 0 0.02 0.37 0.41
HSL 56.73º 0.22% 0.48% -
HSV(B) 56.73º 0.37% 0.59% -
XYZ 25.08 28.18 14.94 -
YUV 141.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 150 147 95 0 0.02 0.37 0.41 56.73 0.22 0.48
Hex 96 93 5F 0 2 25 29 39 16 30
Octal 226 223 137 0 2 45 51 71 26 60
Binary 10010110 10010011 1011111 0 10 100101 101001 111001 10110 110000

Color Harmonies of #96935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96935F

Black with #96935F

Text Example


Text Example

White with #96935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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