Html Css Color HEX #989957 Avocado

📋 copy color: '#989957'

red 152 ◦ green 153 ◦ blue 87

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

Shades of Avocado #989957

Tints of Avocado #989957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.19%

R = 38.78%
G = 39.03%
B = 22.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#989957 (or 0x989957) is known color: Avocado. HEX triplet: 98, 99 and 57. RGB value is (152,153,87). Sum of RGB (Red+Green+Blue) = 152+153+87=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #989957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989957 is #6766A8. Grayscale: #919191. Windows color (decimal): -6776489 or 5740952. OLE color: 5740952.

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

Color convert

RGB 152 153 87 -
CMYK 0.01 0 0.43 0.4
HSL 60.91º 0.28% 0.47% -
HSV(B) 60.91º 0.43% 0.6% -
XYZ 26.06 30.15 13.46 -
YUV 145.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 152 153 87 0.01 0 0.43 0.4 60.91 0.28 0.47
Hex 98 99 57 1 0 2B 28 3D 1C 2F
Octal 230 231 127 1 0 53 50 75 34 57
Binary 10011000 10011001 1010111 1 0 101011 101000 111101 11100 101111

Color Harmonies of #989957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989957

Black with #989957

Text Example


Text Example

White with #989957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989957; }

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

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

background-color css

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

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

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

border-color css

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

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

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