Html Css Color HEX #95925B Avocado

📋 copy color: '#95925B'

red 149 ◦ green 146 ◦ blue 91

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

Shades of Avocado #95925B

Tints of Avocado #95925B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.82%

 BLUE value IS 91 (35.94% from 255) = 23.58%

R = 38.6%
G = 37.82%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#95925B (or 0x95925B) is known color: Avocado. HEX triplet: 95, 92 and 5B. RGB value is (149,146,91). Sum of RGB (Red+Green+Blue) = 149+146+91=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #95925B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95925B is #6A6DA4. Grayscale: #8C8C8C. Windows color (decimal): -6974885 or 6001301. OLE color: 6001301.

HSL color Cylindrical-coordinate representation of color #95925B: hue angle of 56.9º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95925B is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 91 -
CMYK 0 0.02 0.39 0.42
HSL 56.9º 0.24% 0.47% -
HSV(B) 56.9º 0.39% 0.58% -
XYZ 24.56 27.7 13.95 -
YUV 140.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 149 146 91 0 0.02 0.39 0.42 56.9 0.24 0.47
Hex 95 92 5B 0 2 27 2A 39 18 2F
Octal 225 222 133 0 2 47 52 71 30 57
Binary 10010101 10010010 1011011 0 10 100111 101010 111001 11000 101111

Color Harmonies of #95925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95925B

Black with #95925B

Text Example


Text Example

White with #95925B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,146,91); }

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

background-color css

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

 a { background-color: rgb(149,146,91); }

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

border-color css

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

 span { border-color: rgb(149,146,91); }

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