Html Css Color HEX #95925E Avocado

📋 copy color: '#95925E'

red 149 ◦ green 146 ◦ blue 94

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

Shades of Avocado #95925E

Tints of Avocado #95925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

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

R = 38.3%
G = 37.53%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95925E (or 0x95925E) is known color: Avocado. HEX triplet: 95, 92 and 5E. RGB value is (149,146,94). Sum of RGB (Red+Green+Blue) = 149+146+94=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95925E is #6A6DA1. Grayscale: #8D8D8D. Windows color (decimal): -6974882 or 6197909. OLE color: 6197909.

HSL color Cylindrical-coordinate representation of color #95925E: hue angle of 56.73º 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 #95925E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 94 -
CMYK 0 0.02 0.37 0.42
HSL 56.73º 0.23% 0.48% -
HSV(B) 56.73º 0.37% 0.58% -
XYZ 24.69 27.76 14.65 -
YUV 140.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 149 146 94 0 0.02 0.37 0.42 56.73 0.23 0.48
Hex 95 92 5E 0 2 25 2A 39 17 30
Octal 225 222 136 0 2 45 52 71 27 60
Binary 10010101 10010010 1011110 0 10 100101 101010 111001 10111 110000

Color Harmonies of #95925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95925E

Black with #95925E

Text Example


Text Example

White with #95925E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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