Html Css Color HEX #959A58 Avocado

📋 copy color: '#959A58'

red 149 ◦ green 154 ◦ blue 88

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

Shades of Avocado #959A58

Tints of Avocado #959A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.51%

R = 38.11%
G = 39.39%
B = 22.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#959A58 (or 0x959A58) is known color: Avocado. HEX triplet: 95, 9A and 58. RGB value is (149,154,88). Sum of RGB (Red+Green+Blue) = 149+154+88=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 154 - color contains mainly: green. Hex color #959A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A58 is #6A65A7. Grayscale: #919191. Windows color (decimal): -6972840 or 5806741. OLE color: 5806741.

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

Color convert

RGB 149 154 88 -
CMYK 0.03 0 0.43 0.40
HSL 64.55º 0.27% 0.47% -
HSV(B) 64.55º 0.43% 0.6% -
XYZ 25.71 30.21 13.71 -
YUV 144.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 149 154 88 0.03 0 0.43 0.40 64.55 0.27 0.47
Hex 95 9A 58 3 0 2B 28 41 1B 2F
Octal 225 232 130 3 0 53 50 101 33 57
Binary 10010101 10011010 1011000 11 0 101011 101000 1000001 11011 101111

Color Harmonies of #959A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A58

Black with #959A58

Text Example


Text Example

White with #959A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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