Html Css Color HEX #95976E Avocado

📋 copy color: '#95976E'

red 149 ◦ green 151 ◦ blue 110

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

Shades of Avocado #95976E

Tints of Avocado #95976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.83%

 BLUE value IS 110 (43.36% from 255) = 26.83%

R = 36.34%
G = 36.83%
B = 26.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#95976E (or 0x95976E) is known color: Avocado. HEX triplet: 95, 97 and 6E. RGB value is (149,151,110). Sum of RGB (Red+Green+Blue) = 149+151+110=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #95976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95976E is #6A6891. Grayscale: #919191. Windows color (decimal): -6973586 or 7247765. OLE color: 7247765.

HSL color Cylindrical-coordinate representation of color #95976E: hue angle of 62.93º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95976E is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 151 110 -
CMYK 0.01 0 0.27 0.41
HSL 62.93º 0.16% 0.51% -
HSV(B) 62.93º 0.27% 0.59% -
XYZ 26.28 29.65 19.09 -
YUV 145.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 149 151 110 0.01 0 0.27 0.41 62.93 0.16 0.51
Hex 95 97 6E 1 0 1B 29 3F 10 33
Octal 225 227 156 1 0 33 51 77 20 63
Binary 10010101 10010111 1101110 1 0 11011 101001 111111 10000 110011

Color Harmonies of #95976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95976E

Black with #95976E

Text Example


Text Example

White with #95976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,151,110); }

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

background-color css

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

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

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

border-color css

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

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

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