Html Css Color HEX #95925C Avocado

📋 copy color: '#95925C'

red 149 ◦ green 146 ◦ blue 92

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

Shades of Avocado #95925C

Tints of Avocado #95925C

RGB

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

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

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

R = 38.5%
G = 37.73%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95925C (or 0x95925C) is known color: Avocado. HEX triplet: 95, 92 and 5C. RGB value is (149,146,92). Sum of RGB (Red+Green+Blue) = 149+146+92=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95925C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95925C is #6A6DA3. Grayscale: #8C8C8C. Windows color (decimal): -6974884 or 6066837. OLE color: 6066837.

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

Color convert

RGB 149 146 92 -
CMYK 0 0.02 0.38 0.42
HSL 56.84º 0.24% 0.47% -
HSV(B) 56.84º 0.38% 0.58% -
XYZ 24.61 27.72 14.18 -
YUV 140.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 149 146 92 0 0.02 0.38 0.42 56.84 0.24 0.47
Hex 95 92 5C 0 2 26 2A 39 18 2F
Octal 225 222 134 0 2 46 52 71 30 57
Binary 10010101 10010010 1011100 0 10 100110 101010 111001 11000 101111

Color Harmonies of #95925C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95925C

Black with #95925C

Text Example


Text Example

White with #95925C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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