Html Css Color HEX #959861 Avocado

📋 copy color: '#959861'

red 149 ◦ green 152 ◦ blue 97

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

Shades of Avocado #959861

Tints of Avocado #959861

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

 BLUE value IS 97 (38.28% from 255) = 24.37%

R = 37.44%
G = 38.19%
B = 24.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#959861 (or 0x959861) is known color: Avocado. HEX triplet: 95, 98 and 61. RGB value is (149,152,97). Sum of RGB (Red+Green+Blue) = 149+152+97=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #959861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959861 is #6A679E. Grayscale: #919191. Windows color (decimal): -6973343 or 6396053. OLE color: 6396053.

HSL color Cylindrical-coordinate representation of color #959861: hue angle of 63.27º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #959861 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 97 -
CMYK 0.02 0 0.36 0.40
HSL 63.27º 0.22% 0.49% -
HSV(B) 63.27º 0.36% 0.6% -
XYZ 25.78 29.71 15.68 -
YUV 144.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 149 152 97 0.02 0 0.36 0.40 63.27 0.22 0.49
Hex 95 98 61 2 0 24 28 3F 16 31
Octal 225 230 141 2 0 44 50 77 26 61
Binary 10010101 10011000 1100001 10 0 100100 101000 111111 10110 110001

Color Harmonies of #959861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959861

Black with #959861

Text Example


Text Example

White with #959861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959861; }

 p { color: rgb(149,152,97); }

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

background-color css

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

 a { background-color: rgb(149,152,97); }

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

border-color css

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

 span { border-color: rgb(149,152,97); }

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