Html Css Color HEX #898514 Trendy Green

📋 copy color: '#898514'

red 137 ◦ green 133 ◦ blue 20

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

Shades of Trendy Green #898514

Tints of Trendy Green #898514

RGB

 RED value IS 137 (53.91% from 255) = 47.24%

 GREEN value IS 133 (52.34% from 255) = 45.86%

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 47.24%
G = 45.86%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#898514 (or 0x898514) is known color: Trendy Green. HEX triplet: 89, 85 and 14. RGB value is (137,133,20). Sum of RGB (Red+Green+Blue) = 137+133+20=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #898514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898514 is #767AEB. Grayscale: #797979. Windows color (decimal): -7764716 or 1344905. OLE color: 1344905.

HSL color Cylindrical-coordinate representation of color #898514: hue angle of 57.95º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #898514 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 133 20 -
CMYK 0 0.03 0.85 0.46
HSL 57.95º 0.75% 0.31% -
HSV(B) 57.95º 0.85% 0.54% -
XYZ 18.83 22.14 3.94 -
YUV 121.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 137 133 20 0 0.03 0.85 0.46 57.95 0.75 0.31
Hex 89 85 14 0 3 55 2E 3A 4B 1F
Octal 211 205 24 0 3 125 56 72 113 37
Binary 10001001 10000101 10100 0 11 1010101 101110 111010 1001011 11111

Color Harmonies of #898514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898514

Black with #898514

Text Example


Text Example

White with #898514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898514; }

 p { color: rgb(137,133,20); }

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

background-color css

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

 a { background-color: rgb(137,133,20); }

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

border-color css

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

 span { border-color: rgb(137,133,20); }

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