Html Css Color HEX #96995F Avocado

📋 copy color: '#96995F'

red 150 ◦ green 153 ◦ blue 95

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

Shades of Avocado #96995F

Tints of Avocado #96995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

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

R = 37.69%
G = 38.44%
B = 23.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#96995F (or 0x96995F) is known color: Avocado. HEX triplet: 96, 99 and 5F. RGB value is (150,153,95). Sum of RGB (Red+Green+Blue) = 150+153+95=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #96995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96995F is #6966A0. Grayscale: #919191. Windows color (decimal): -6907553 or 6265238. OLE color: 6265238.

HSL color Cylindrical-coordinate representation of color #96995F: hue angle of 63.1º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96995F is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 95 -
CMYK 0.02 0 0.38 0.4
HSL 63.1º 0.23% 0.49% -
HSV(B) 63.1º 0.38% 0.6% -
XYZ 26.03 30.09 15.26 -
YUV 145.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 150 153 95 0.02 0 0.38 0.4 63.1 0.23 0.49
Hex 96 99 5F 2 0 26 28 3F 17 31
Octal 226 231 137 2 0 46 50 77 27 61
Binary 10010110 10011001 1011111 10 0 100110 101000 111111 10111 110001

Color Harmonies of #96995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96995F

Black with #96995F

Text Example


Text Example

White with #96995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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