Html Css Color HEX #989953 Avocado

📋 copy color: '#989953'

red 152 ◦ green 153 ◦ blue 83

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

Shades of Avocado #989953

Tints of Avocado #989953

RGB

 RED value IS 152 (59.77% from 255) = 39.18%

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

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

R = 39.18%
G = 39.43%
B = 21.39%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#989953 (or 0x989953) is known color: Avocado. HEX triplet: 98, 99 and 53. RGB value is (152,153,83). Sum of RGB (Red+Green+Blue) = 152+153+83=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 153 - color contains mainly: green. Hex color #989953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989953 is #6766AC. Grayscale: #919191. Windows color (decimal): -6776493 or 5478808. OLE color: 5478808.

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

Color convert

RGB 152 153 83 -
CMYK 0.01 0 0.46 0.4
HSL 60.86º 0.3% 0.46% -
HSV(B) 60.86º 0.46% 0.6% -
XYZ 25.9 30.08 12.62 -
YUV 144.72 93.17 133.19 -
System Red Green Blue C M Y K H S L
Decimal 152 153 83 0.01 0 0.46 0.4 60.86 0.3 0.46
Hex 98 99 53 1 0 2E 28 3D 1E 2E
Octal 230 231 123 1 0 56 50 75 36 56
Binary 10011000 10011001 1010011 1 0 101110 101000 111101 11110 101110

Color Harmonies of #989953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989953

Black with #989953

Text Example


Text Example

White with #989953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989953; }

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

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

background-color css

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

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

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

border-color css

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

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

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