Html Css Color HEX #969553 Avocado

📋 copy color: '#969553'

red 150 ◦ green 149 ◦ blue 83

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

Shades of Avocado #969553

Tints of Avocado #969553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.73%

R = 39.27%
G = 39.01%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#969553 (or 0x969553) is known color: Avocado. HEX triplet: 96, 95 and 53. RGB value is (150,149,83). Sum of RGB (Red+Green+Blue) = 150+149+83=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #969553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969553 is #696AAC. Grayscale: #8E8E8E. Windows color (decimal): -6908589 or 5477782. OLE color: 5477782.

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

Color convert

RGB 150 149 83 -
CMYK 0 0.01 0.45 0.41
HSL 59.1º 0.29% 0.46% -
HSV(B) 59.1º 0.45% 0.59% -
XYZ 24.89 28.6 12.39 -
YUV 141.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 150 149 83 0 0.01 0.45 0.41 59.1 0.29 0.46
Hex 96 95 53 0 1 2D 29 3B 1D 2E
Octal 226 225 123 0 1 55 51 73 35 56
Binary 10010110 10010101 1010011 0 1 101101 101001 111011 11101 101110

Color Harmonies of #969553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969553

Black with #969553

Text Example


Text Example

White with #969553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969553; }

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

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

background-color css

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

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

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

border-color css

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

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

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