Html Css Color HEX #959857 Avocado

📋 copy color: '#959857'

red 149 ◦ green 152 ◦ blue 87

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

Shades of Avocado #959857

Tints of Avocado #959857

RGB

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

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

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

R = 38.4%
G = 39.18%
B = 22.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#959857 (or 0x959857) is known color: Avocado. HEX triplet: 95, 98 and 57. RGB value is (149,152,87). Sum of RGB (Red+Green+Blue) = 149+152+87=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #959857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959857 is #6A67A8. Grayscale: #8F8F8F. Windows color (decimal): -6973353 or 5740693. OLE color: 5740693.

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

Color convert

RGB 149 152 87 -
CMYK 0.02 0 0.43 0.40
HSL 62.77º 0.27% 0.47% -
HSV(B) 62.77º 0.43% 0.6% -
XYZ 25.34 29.53 13.38 -
YUV 143.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 149 152 87 0.02 0 0.43 0.40 62.77 0.27 0.47
Hex 95 98 57 2 0 2B 28 3F 1B 2F
Octal 225 230 127 2 0 53 50 77 33 57
Binary 10010101 10011000 1010111 10 0 101011 101000 111111 11011 101111

Color Harmonies of #959857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959857

Black with #959857

Text Example


Text Example

White with #959857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959857; }

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

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

background-color css

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

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

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

border-color css

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

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

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