Html Css Color HEX #959853 Avocado

📋 copy color: '#959853'

red 149 ◦ green 152 ◦ blue 83

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

Shades of Avocado #959853

Tints of Avocado #959853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.61%

R = 38.8%
G = 39.58%
B = 21.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#959853 (or 0x959853) is known color: Avocado. HEX triplet: 95, 98 and 53. RGB value is (149,152,83). Sum of RGB (Red+Green+Blue) = 149+152+83=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #959853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959853 is #6A67AC. Grayscale: #8F8F8F. Windows color (decimal): -6973357 or 5478549. OLE color: 5478549.

HSL color Cylindrical-coordinate representation of color #959853: hue angle of 62.61º 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 #959853 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 83 -
CMYK 0.02 0 0.45 0.40
HSL 62.61º 0.29% 0.46% -
HSV(B) 62.61º 0.45% 0.6% -
XYZ 25.18 29.47 12.54 -
YUV 143.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 149 152 83 0.02 0 0.45 0.40 62.61 0.29 0.46
Hex 95 98 53 2 0 2D 28 3F 1D 2E
Octal 225 230 123 2 0 55 50 77 35 56
Binary 10010101 10011000 1010011 10 0 101101 101000 111111 11101 101110

Color Harmonies of #959853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959853

Black with #959853

Text Example


Text Example

White with #959853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959853; }

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

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

background-color css

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

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

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

border-color css

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

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

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