Html Css Color HEX #95995C Avocado

📋 copy color: '#95995C'

red 149 ◦ green 153 ◦ blue 92

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

Shades of Avocado #95995C

Tints of Avocado #95995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

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

R = 37.82%
G = 38.83%
B = 23.35%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#95995C (or 0x95995C) is known color: Avocado. HEX triplet: 95, 99 and 5C. RGB value is (149,153,92). Sum of RGB (Red+Green+Blue) = 149+153+92=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #95995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95995C is #6A66A3. Grayscale: #919191. Windows color (decimal): -6973092 or 6068629. OLE color: 6068629.

HSL color Cylindrical-coordinate representation of color #95995C: hue angle of 63.93º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95995C is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 92 -
CMYK 0.03 0 0.40 0.4
HSL 63.93º 0.25% 0.48% -
HSV(B) 63.93º 0.4% 0.6% -
XYZ 25.72 29.94 14.55 -
YUV 144.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 149 153 92 0.03 0 0.40 0.4 63.93 0.25 0.48
Hex 95 99 5C 3 0 28 28 40 19 30
Octal 225 231 134 3 0 50 50 100 31 60
Binary 10010101 10011001 1011100 11 0 101000 101000 1000000 11001 110000

Color Harmonies of #95995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95995C

Black with #95995C

Text Example


Text Example

White with #95995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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