Html Css Color HEX #95986E Avocado

📋 copy color: '#95986E'

red 149 ◦ green 152 ◦ blue 110

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

Shades of Avocado #95986E

Tints of Avocado #95986E

RGB

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

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

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

R = 36.25%
G = 36.98%
B = 26.76%

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

#95986E (or 0x95986E) is known color: Avocado. HEX triplet: 95, 98 and 6E. RGB value is (149,152,110). Sum of RGB (Red+Green+Blue) = 149+152+110=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #95986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95986E is #6A6791. Grayscale: #929292. Windows color (decimal): -6973330 or 7248021. OLE color: 7248021.

HSL color Cylindrical-coordinate representation of color #95986E: hue angle of 64.29º 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 #95986E is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 110 -
CMYK 0.02 0 0.28 0.40
HSL 64.29º 0.17% 0.51% -
HSV(B) 64.29º 0.28% 0.6% -
XYZ 26.44 29.97 19.14 -
YUV 146.32 107.51 129.92 -
System Red Green Blue C M Y K H S L
Decimal 149 152 110 0.02 0 0.28 0.40 64.29 0.17 0.51
Hex 95 98 6E 2 0 1C 28 40 11 33
Octal 225 230 156 2 0 34 50 100 21 63
Binary 10010101 10011000 1101110 10 0 11100 101000 1000000 10001 110011

Color Harmonies of #95986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95986E

Black with #95986E

Text Example


Text Example

White with #95986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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