Html Css Color HEX #95935C Avocado

📋 copy color: '#95935C'

red 149 ◦ green 147 ◦ blue 92

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

Shades of Avocado #95935C

Tints of Avocado #95935C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.71%

R = 38.4%
G = 37.89%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95935C (or 0x95935C) is known color: Avocado. HEX triplet: 95, 93 and 5C. RGB value is (149,147,92). Sum of RGB (Red+Green+Blue) = 149+147+92=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #95935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95935C is #6A6CA3. Grayscale: #8D8D8D. Windows color (decimal): -6974628 or 6067093. OLE color: 6067093.

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

Color convert

RGB 149 147 92 -
CMYK 0 0.01 0.38 0.42
HSL 57.89º 0.24% 0.47% -
HSV(B) 57.89º 0.38% 0.58% -
XYZ 24.76 28.03 14.23 -
YUV 141.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 149 147 92 0 0.01 0.38 0.42 57.89 0.24 0.47
Hex 95 93 5C 0 1 26 2A 3A 18 2F
Octal 225 223 134 0 1 46 52 72 30 57
Binary 10010101 10010011 1011100 0 1 100110 101010 111010 11000 101111

Color Harmonies of #95935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95935C

Black with #95935C

Text Example


Text Example

White with #95935C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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