Html Css Color HEX #95986D Avocado

📋 copy color: '#95986D'

red 149 ◦ green 152 ◦ blue 109

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

Shades of Avocado #95986D

Tints of Avocado #95986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.07%

 BLUE value IS 109 (42.97% from 255) = 26.59%

R = 36.34%
G = 37.07%
B = 26.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#95986D (or 0x95986D) is known color: Avocado. HEX triplet: 95, 98 and 6D. RGB value is (149,152,109). Sum of RGB (Red+Green+Blue) = 149+152+109=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #95986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95986D is #6A6792. Grayscale: #929292. Windows color (decimal): -6973331 or 7182485. OLE color: 7182485.

HSL color Cylindrical-coordinate representation of color #95986D: hue angle of 64.19º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95986D is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 109 -
CMYK 0.02 0 0.28 0.40
HSL 64.19º 0.17% 0.51% -
HSV(B) 64.19º 0.28% 0.6% -
XYZ 26.38 29.95 18.86 -
YUV 146.2 107.01 130 -
System Red Green Blue C M Y K H S L
Decimal 149 152 109 0.02 0 0.28 0.40 64.19 0.17 0.51
Hex 95 98 6D 2 0 1C 28 40 11 33
Octal 225 230 155 2 0 34 50 100 21 63
Binary 10010101 10011000 1101101 10 0 11100 101000 1000000 10001 110011

Color Harmonies of #95986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95986D

Black with #95986D

Text Example


Text Example

White with #95986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,152,109); }

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

background-color css

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

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

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

border-color css

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

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

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