Html Css Color HEX #959954 Avocado

📋 copy color: '#959954'

red 149 ◦ green 153 ◦ blue 84

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

Shades of Avocado #959954

Tints of Avocado #959954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.76%

R = 38.6%
G = 39.64%
B = 21.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#959954 (or 0x959954) is known color: Avocado. HEX triplet: 95, 99 and 54. RGB value is (149,153,84). Sum of RGB (Red+Green+Blue) = 149+153+84=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #959954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959954 is #6A66AB. Grayscale: #909090. Windows color (decimal): -6973100 or 5544341. OLE color: 5544341.

HSL color Cylindrical-coordinate representation of color #959954: hue angle of 63.48º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #959954 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 84 -
CMYK 0.03 0 0.45 0.4
HSL 63.48º 0.29% 0.46% -
HSV(B) 63.48º 0.45% 0.6% -
XYZ 25.39 29.81 12.8 -
YUV 143.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 149 153 84 0.03 0 0.45 0.4 63.48 0.29 0.46
Hex 95 99 54 3 0 2D 28 3F 1D 2E
Octal 225 231 124 3 0 55 50 77 35 56
Binary 10010101 10011001 1010100 11 0 101101 101000 111111 11101 101110

Color Harmonies of #959954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959954

Black with #959954

Text Example


Text Example

White with #959954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959954; }

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

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

background-color css

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

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

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

border-color css

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

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

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