Html Css Color HEX #959A5D Avocado

📋 copy color: '#959A5D'

red 149 ◦ green 154 ◦ blue 93

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

Shades of Avocado #959A5D

Tints of Avocado #959A5D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.89%

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 37.63%
G = 38.89%
B = 23.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#959A5D (or 0x959A5D) is known color: Avocado. HEX triplet: 95, 9A and 5D. RGB value is (149,154,93). Sum of RGB (Red+Green+Blue) = 149+154+93=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 154 - color contains mainly: green. Hex color #959A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A5D is #6A65A2. Grayscale: #919191. Windows color (decimal): -6972835 or 6134421. OLE color: 6134421.

HSL color Cylindrical-coordinate representation of color #959A5D: hue angle of 64.92º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959A5D is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 93 -
CMYK 0.03 0 0.40 0.40
HSL 64.92º 0.25% 0.48% -
HSV(B) 64.92º 0.4% 0.6% -
XYZ 25.93 30.29 14.84 -
YUV 145.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 149 154 93 0.03 0 0.40 0.40 64.92 0.25 0.48
Hex 95 9A 5D 3 0 28 28 41 19 30
Octal 225 232 135 3 0 50 50 101 31 60
Binary 10010101 10011010 1011101 11 0 101000 101000 1000001 11001 110000

Color Harmonies of #959A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A5D

Black with #959A5D

Text Example


Text Example

White with #959A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959A5D; }

 p { color: rgb(149,154,93); }

 H1.HeaderClassName
 {
   color: #959A5D;
 }
 .AnyTagClassName
 {
   color: #959A5D;
 }
</style>

background-color css

<style>
 a { background-color: #959A5D; }

 a { background-color: rgb(149,154,93); }

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

border-color css

<style>
 span { border-color: #959A5D; }

 span { border-color: rgb(149,154,93); }

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