Html Css Color HEX #95935E Avocado

📋 copy color: '#95935E'

red 149 ◦ green 147 ◦ blue 94

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

Shades of Avocado #95935E

Tints of Avocado #95935E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

 BLUE value IS 94 (37.11% from 255) = 24.1%

R = 38.21%
G = 37.69%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95935E (or 0x95935E) is known color: Avocado. HEX triplet: 95, 93 and 5E. RGB value is (149,147,94). Sum of RGB (Red+Green+Blue) = 149+147+94=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 94 (37.11% from 255 or 24.10% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95935E is #6A6CA1. Grayscale: #8D8D8D. Windows color (decimal): -6974626 or 6198165. OLE color: 6198165.

HSL color Cylindrical-coordinate representation of color #95935E: hue angle of 57.82º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95935E is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 147 94 -
CMYK 0 0.01 0.37 0.42
HSL 57.82º 0.23% 0.48% -
HSV(B) 57.82º 0.37% 0.58% -
XYZ 24.85 28.07 14.7 -
YUV 141.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 149 147 94 0 0.01 0.37 0.42 57.82 0.23 0.48
Hex 95 93 5E 0 1 25 2A 3A 17 30
Octal 225 223 136 0 1 45 52 72 27 60
Binary 10010101 10010011 1011110 0 1 100101 101010 111010 10111 110000

Color Harmonies of #95935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95935E

Black with #95935E

Text Example


Text Example

White with #95935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95935E; }

 p { color: rgb(149,147,94); }

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

background-color css

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

 a { background-color: rgb(149,147,94); }

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

border-color css

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

 span { border-color: rgb(149,147,94); }

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