Html Css Color HEX #959863 Avocado

📋 copy color: '#959863'

red 149 ◦ green 152 ◦ blue 99

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

Shades of Avocado #959863

Tints of Avocado #959863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.75%

R = 37.25%
G = 38%
B = 24.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#959863 (or 0x959863) is known color: Avocado. HEX triplet: 95, 98 and 63. RGB value is (149,152,99). Sum of RGB (Red+Green+Blue) = 149+152+99=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #959863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959863 is #6A679C. Grayscale: #919191. Windows color (decimal): -6973341 or 6527125. OLE color: 6527125.

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

Color convert

RGB 149 152 99 -
CMYK 0.02 0 0.35 0.40
HSL 63.4º 0.21% 0.49% -
HSV(B) 63.4º 0.35% 0.6% -
XYZ 25.87 29.75 16.18 -
YUV 145.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 149 152 99 0.02 0 0.35 0.40 63.4 0.21 0.49
Hex 95 98 63 2 0 23 28 3F 15 31
Octal 225 230 143 2 0 43 50 77 25 61
Binary 10010101 10011000 1100011 10 0 100011 101000 111111 10101 110001

Color Harmonies of #959863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959863

Black with #959863

Text Example


Text Example

White with #959863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959863; }

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

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

background-color css

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

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

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

border-color css

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

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

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