Html Css Color HEX #95976A Avocado

📋 copy color: '#95976A'

red 149 ◦ green 151 ◦ blue 106

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

Shades of Avocado #95976A

Tints of Avocado #95976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.11%

R = 36.7%
G = 37.19%
B = 26.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#95976A (or 0x95976A) is known color: Avocado. HEX triplet: 95, 97 and 6A. RGB value is (149,151,106). Sum of RGB (Red+Green+Blue) = 149+151+106=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #95976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95976A is #6A6895. Grayscale: #919191. Windows color (decimal): -6973590 or 6985621. OLE color: 6985621.

HSL color Cylindrical-coordinate representation of color #95976A: hue angle of 62.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95976A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 151 106 -
CMYK 0.01 0 0.30 0.41
HSL 62.67º 0.18% 0.5% -
HSV(B) 62.67º 0.3% 0.59% -
XYZ 26.06 29.56 17.97 -
YUV 145.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 149 151 106 0.01 0 0.30 0.41 62.67 0.18 0.5
Hex 95 97 6A 1 0 1E 29 3F 12 32
Octal 225 227 152 1 0 36 51 77 22 62
Binary 10010101 10010111 1101010 1 0 11110 101001 111111 10010 110010

Color Harmonies of #95976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95976A

Black with #95976A

Text Example


Text Example

White with #95976A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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