Html Css Color HEX #969557 Avocado

📋 copy color: '#969557'

red 150 ◦ green 149 ◦ blue 87

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

Shades of Avocado #969557

Tints of Avocado #969557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.54%

R = 38.86%
G = 38.6%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#969557 (or 0x969557) is known color: Avocado. HEX triplet: 96, 95 and 57. RGB value is (150,149,87). Sum of RGB (Red+Green+Blue) = 150+149+87=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #969557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969557 is #696AA8. Grayscale: #8E8E8E. Windows color (decimal): -6908585 or 5739926. OLE color: 5739926.

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

Color convert

RGB 150 149 87 -
CMYK 0 0.01 0.42 0.41
HSL 59.05º 0.27% 0.46% -
HSV(B) 59.05º 0.42% 0.59% -
XYZ 25.05 28.67 13.23 -
YUV 142.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 150 149 87 0 0.01 0.42 0.41 59.05 0.27 0.46
Hex 96 95 57 0 1 2A 29 3B 1B 2E
Octal 226 225 127 0 1 52 51 73 33 56
Binary 10010110 10010101 1010111 0 1 101010 101001 111011 11011 101110

Color Harmonies of #969557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969557

Black with #969557

Text Example


Text Example

White with #969557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969557; }

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

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

background-color css

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

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

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

border-color css

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

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

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