Html Css Color HEX #95986B Avocado

📋 copy color: '#95986B'

red 149 ◦ green 152 ◦ blue 107

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

Shades of Avocado #95986B

Tints of Avocado #95986B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.23%

R = 36.52%
G = 37.25%
B = 26.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#95986B (or 0x95986B) is known color: Avocado. HEX triplet: 95, 98 and 6B. RGB value is (149,152,107). Sum of RGB (Red+Green+Blue) = 149+152+107=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #95986B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95986B is #6A6794. Grayscale: #929292. Windows color (decimal): -6973333 or 7051413. OLE color: 7051413.

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

Color convert

RGB 149 152 107 -
CMYK 0.02 0 0.30 0.40
HSL 64º 0.18% 0.51% -
HSV(B) 64º 0.3% 0.6% -
XYZ 26.28 29.91 18.3 -
YUV 145.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 149 152 107 0.02 0 0.30 0.40 64 0.18 0.51
Hex 95 98 6B 2 0 1E 28 40 12 33
Octal 225 230 153 2 0 36 50 100 22 63
Binary 10010101 10011000 1101011 10 0 11110 101000 1000000 10010 110011

Color Harmonies of #95986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95986B

Black with #95986B

Text Example


Text Example

White with #95986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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