Html Css Color HEX #959864 Avocado

📋 copy color: '#959864'

red 149 ◦ green 152 ◦ blue 100

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

Shades of Avocado #959864

Tints of Avocado #959864

RGB

 RED value IS 149 (58.59% from 255) = 37.16%

 GREEN value IS 152 (59.77% from 255) = 37.91%

 BLUE value IS 100 (39.45% from 255) = 24.94%

R = 37.16%
G = 37.91%
B = 24.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#959864 (or 0x959864) is known color: Avocado. HEX triplet: 95, 98 and 64. RGB value is (149,152,100). Sum of RGB (Red+Green+Blue) = 149+152+100=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #959864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959864 is #6A679B. Grayscale: #919191. Windows color (decimal): -6973340 or 6592661. OLE color: 6592661.

HSL color Cylindrical-coordinate representation of color #959864: hue angle of 63.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959864 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 100 -
CMYK 0.02 0 0.34 0.40
HSL 63.46º 0.21% 0.49% -
HSV(B) 63.46º 0.34% 0.6% -
XYZ 25.92 29.77 16.44 -
YUV 145.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 149 152 100 0.02 0 0.34 0.40 63.46 0.21 0.49
Hex 95 98 64 2 0 22 28 3F 15 31
Octal 225 230 144 2 0 42 50 77 25 61
Binary 10010101 10011000 1100100 10 0 100010 101000 111111 10101 110001

Color Harmonies of #959864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959864

Black with #959864

Text Example


Text Example

White with #959864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959864; }

 p { color: rgb(149,152,100); }

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

background-color css

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

 a { background-color: rgb(149,152,100); }

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

border-color css

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

 span { border-color: rgb(149,152,100); }

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