Html Css Color HEX #969555 Avocado

📋 copy color: '#969555'

red 150 ◦ green 149 ◦ blue 85

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

Shades of Avocado #969555

Tints of Avocado #969555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.14%

R = 39.06%
G = 38.8%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#969555 (or 0x969555) is known color: Avocado. HEX triplet: 96, 95 and 55. RGB value is (150,149,85). Sum of RGB (Red+Green+Blue) = 150+149+85=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #969555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969555 is #696AAA. Grayscale: #8E8E8E. Windows color (decimal): -6908587 or 5608854. OLE color: 5608854.

HSL color Cylindrical-coordinate representation of color #969555: hue angle of 59.08º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #969555 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 149 85 -
CMYK 0 0.01 0.43 0.41
HSL 59.08º 0.28% 0.46% -
HSV(B) 59.08º 0.43% 0.59% -
XYZ 24.96 28.63 12.81 -
YUV 142 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 150 149 85 0 0.01 0.43 0.41 59.08 0.28 0.46
Hex 96 95 55 0 1 2B 29 3B 1C 2E
Octal 226 225 125 0 1 53 51 73 34 56
Binary 10010110 10010101 1010101 0 1 101011 101001 111011 11100 101110

Color Harmonies of #969555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969555

Black with #969555

Text Example


Text Example

White with #969555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969555; }

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

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

background-color css

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

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

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

border-color css

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

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

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