Html Css Color HEX #95996A Avocado

📋 copy color: '#95996A'

red 149 ◦ green 153 ◦ blue 106

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

Shades of Avocado #95996A

Tints of Avocado #95996A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.5%

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

R = 36.52%
G = 37.5%
B = 25.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#95996A (or 0x95996A) is known color: Avocado. HEX triplet: 95, 99 and 6A. RGB value is (149,153,106). Sum of RGB (Red+Green+Blue) = 149+153+106=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #95996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95996A is #6A6695. Grayscale: #929292. Windows color (decimal): -6973078 or 6986133. OLE color: 6986133.

HSL color Cylindrical-coordinate representation of color #95996A: hue angle of 65.11º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95996A is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 106 -
CMYK 0.03 0 0.31 0.4
HSL 65.11º 0.19% 0.51% -
HSV(B) 65.11º 0.31% 0.6% -
XYZ 26.39 30.21 18.08 -
YUV 146.45 105.17 129.82 -
System Red Green Blue C M Y K H S L
Decimal 149 153 106 0.03 0 0.31 0.4 65.11 0.19 0.51
Hex 95 99 6A 3 0 1F 28 41 13 33
Octal 225 231 152 3 0 37 50 101 23 63
Binary 10010101 10011001 1101010 11 0 11111 101000 1000001 10011 110011

Color Harmonies of #95996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95996A

Black with #95996A

Text Example


Text Example

White with #95996A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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