Html Css Color HEX #95955D Avocado

📋 copy color: '#95955D'

red 149 ◦ green 149 ◦ blue 93

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

Shades of Avocado #95955D

Tints of Avocado #95955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

 BLUE value IS 93 (36.72% from 255) = 23.79%

R = 38.11%
G = 38.11%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95955D (or 0x95955D) is known color: Avocado. HEX triplet: 95, 95 and 5D. RGB value is (149,149,93). Sum of RGB (Red+Green+Blue) = 149+149+93=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95955D is #6A6AA2. Grayscale: #8E8E8E. Windows color (decimal): -6974115 or 6133141. OLE color: 6133141.

HSL color Cylindrical-coordinate representation of color #95955D: hue angle of 60º degrees, saturation: 0.23, 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 #95955D is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 93 -
CMYK 0 0 0.38 0.42
HSL 60º 0.23% 0.47% -
HSV(B) 60º 0.38% 0.58% -
XYZ 25.12 28.67 14.57 -
YUV 142.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 149 149 93 0 0 0.38 0.42 60 0.23 0.47
Hex 95 95 5D 0 0 26 2A 3C 17 2F
Octal 225 225 135 0 0 46 52 74 27 57
Binary 10010101 10010101 1011101 0 0 100110 101010 111100 10111 101111

Color Harmonies of #95955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95955D

Black with #95955D

Text Example


Text Example

White with #95955D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95955D; }

 p { color: rgb(149,149,93); }

 H1.HeaderClassName
 {
   color: #95955D;
 }
 .AnyTagClassName
 {
   color: #95955D;
 }
</style>

background-color css

<style>
 a { background-color: #95955D; }

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

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

border-color css

<style>
 span { border-color: #95955D; }

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

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