Html Css Color HEX #96955A Avocado

📋 copy color: '#96955A'

red 150 ◦ green 149 ◦ blue 90

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

Shades of Avocado #96955A

Tints of Avocado #96955A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 38.56%
G = 38.3%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96955A (or 0x96955A) is known color: Avocado. HEX triplet: 96, 95 and 5A. RGB value is (150,149,90). Sum of RGB (Red+Green+Blue) = 150+149+90=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96955A is #696AA5. Grayscale: #8E8E8E. Windows color (decimal): -6908582 or 5936534. OLE color: 5936534.

HSL color Cylindrical-coordinate representation of color #96955A: hue angle of 59º 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 #96955A is Cyan = 0, Magento = 0.01, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 149 90 -
CMYK 0 0.01 0.4 0.41
HSL 59º 0.25% 0.47% -
HSV(B) 59º 0.4% 0.59% -
XYZ 25.17 28.72 13.89 -
YUV 142.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 150 149 90 0 0.01 0.4 0.41 59 0.25 0.47
Hex 96 95 5A 0 1 28 29 3B 19 2F
Octal 226 225 132 0 1 50 51 73 31 57
Binary 10010110 10010101 1011010 0 1 101000 101001 111011 11001 101111

Color Harmonies of #96955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96955A

Black with #96955A

Text Example


Text Example

White with #96955A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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