Html Css Color HEX #969455 Avocado

📋 copy color: '#969455'

red 150 ◦ green 148 ◦ blue 85

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

Shades of Avocado #969455

Tints of Avocado #969455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

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

R = 39.16%
G = 38.64%
B = 22.19%

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

#969455 (or 0x969455) is known color: Avocado. HEX triplet: 96, 94 and 55. RGB value is (150,148,85). Sum of RGB (Red+Green+Blue) = 150+148+85=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #969455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969455 is #696BAA. Grayscale: #8D8D8D. Windows color (decimal): -6908843 or 5608598. OLE color: 5608598.

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

Color convert

RGB 150 148 85 -
CMYK 0 0.01 0.43 0.41
HSL 58.15º 0.28% 0.46% -
HSV(B) 58.15º 0.43% 0.59% -
XYZ 24.81 28.32 12.75 -
YUV 141.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 150 148 85 0 0.01 0.43 0.41 58.15 0.28 0.46
Hex 96 94 55 0 1 2B 29 3A 1C 2E
Octal 226 224 125 0 1 53 51 72 34 56
Binary 10010110 10010100 1010101 0 1 101011 101001 111010 11100 101110

Color Harmonies of #969455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969455

Black with #969455

Text Example


Text Example

White with #969455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969455; }

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

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

background-color css

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

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

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

border-color css

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

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

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