Html Css Color HEX #95945D Avocado

📋 copy color: '#95945D'

red 149 ◦ green 148 ◦ blue 93

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

Shades of Avocado #95945D

Tints of Avocado #95945D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 38.21%
G = 37.95%
B = 23.85%

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

#95945D (or 0x95945D) is known color: Avocado. HEX triplet: 95, 94 and 5D. RGB value is (149,148,93). Sum of RGB (Red+Green+Blue) = 149+148+93=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #95945D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95945D is #6A6BA2. Grayscale: #8E8E8E. Windows color (decimal): -6974371 or 6132885. OLE color: 6132885.

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

Color convert

RGB 149 148 93 -
CMYK 0 0.01 0.38 0.42
HSL 58.93º 0.23% 0.47% -
HSV(B) 58.93º 0.38% 0.58% -
XYZ 24.96 28.36 14.51 -
YUV 142.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 149 148 93 0 0.01 0.38 0.42 58.93 0.23 0.47
Hex 95 94 5D 0 1 26 2A 3B 17 2F
Octal 225 224 135 0 1 46 52 73 27 57
Binary 10010101 10010100 1011101 0 1 100110 101010 111011 10111 101111

Color Harmonies of #95945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95945D

Black with #95945D

Text Example


Text Example

White with #95945D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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