Html Css Color HEX #95915A Avocado

📋 copy color: '#95915A'

red 149 ◦ green 145 ◦ blue 90

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

Shades of Avocado #95915A

Tints of Avocado #95915A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

 BLUE value IS 90 (35.55% from 255) = 23.44%

R = 38.8%
G = 37.76%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#95915A (or 0x95915A) is known color: Avocado. HEX triplet: 95, 91 and 5A. RGB value is (149,145,90). Sum of RGB (Red+Green+Blue) = 149+145+90=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #95915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95915A is #6A6EA5. Grayscale: #8C8C8C. Windows color (decimal): -6975142 or 5935509. OLE color: 5935509.

HSL color Cylindrical-coordinate representation of color #95915A: hue angle of 55.93º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95915A is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 90 -
CMYK 0 0.03 0.40 0.42
HSL 55.93º 0.25% 0.47% -
HSV(B) 55.93º 0.4% 0.58% -
XYZ 24.37 27.38 13.67 -
YUV 139.93 99.83 134.47 -
System Red Green Blue C M Y K H S L
Decimal 149 145 90 0 0.03 0.40 0.42 55.93 0.25 0.47
Hex 95 91 5A 0 3 28 2A 38 19 2F
Octal 225 221 132 0 3 50 52 70 31 57
Binary 10010101 10010001 1011010 0 11 101000 101010 111000 11001 101111

Color Harmonies of #95915A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95915A

Black with #95915A

Text Example


Text Example

White with #95915A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,145,90); }

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

background-color css

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

 a { background-color: rgb(149,145,90); }

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

border-color css

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

 span { border-color: rgb(149,145,90); }

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