Html Css Color HEX #96965D Avocado

📋 copy color: '#96965D'

red 150 ◦ green 150 ◦ blue 93

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

Shades of Avocado #96965D

Tints of Avocado #96965D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.66%

R = 38.17%
G = 38.17%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96965D (or 0x96965D) is known color: Avocado. HEX triplet: 96, 96 and 5D. RGB value is (150,150,93). Sum of RGB (Red+Green+Blue) = 150+150+93=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96965D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96965D is #6969A2. Grayscale: #8F8F8F. Windows color (decimal): -6908323 or 6133398. OLE color: 6133398.

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

Color convert

RGB 150 150 93 -
CMYK 0 0 0.38 0.41
HSL 60º 0.23% 0.48% -
HSV(B) 60º 0.38% 0.59% -
XYZ 25.46 29.09 14.63 -
YUV 143.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 150 150 93 0 0 0.38 0.41 60 0.23 0.48
Hex 96 96 5D 0 0 26 29 3C 17 30
Octal 226 226 135 0 0 46 51 74 27 60
Binary 10010110 10010110 1011101 0 0 100110 101001 111100 10111 110000

Color Harmonies of #96965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96965D

Black with #96965D

Text Example


Text Example

White with #96965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96965D; }

 p { color: rgb(150,150,93); }

 H1.HeaderClassName
 {
   color: #96965D;
 }
 .AnyTagClassName
 {
   color: #96965D;
 }
</style>

background-color css

<style>
 a { background-color: #96965D; }

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

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

border-color css

<style>
 span { border-color: #96965D; }

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

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