Html Css Color HEX #899380 Spanish Green

📋 copy color: '#899380'

red 137 ◦ green 147 ◦ blue 128

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

Shades of Spanish Green #899380

Tints of Spanish Green #899380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.68%

 BLUE value IS 128 (50.39% from 255) = 31.07%

R = 33.25%
G = 35.68%
B = 31.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#899380 (or 0x899380) is known color: Spanish Green. HEX triplet: 89, 93 and 80. RGB value is (137,147,128). Sum of RGB (Red+Green+Blue) = 137+147+128=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #899380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899380 is #766C7F. Grayscale: #8D8D8D. Windows color (decimal): -7761024 or 8426377. OLE color: 8426377.

HSL color Cylindrical-coordinate representation of color #899380: hue angle of 91.58º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #899380 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 128 -
CMYK 0.07 0 0.13 0.42
HSL 91.58º 0.08% 0.54% -
HSV(B) 91.58º 0.13% 0.58% -
XYZ 24.65 27.74 24.48 -
YUV 141.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 137 147 128 0.07 0 0.13 0.42 91.58 0.08 0.54
Hex 89 93 80 7 0 D 2A 5C 8 36
Octal 211 223 200 7 0 15 52 134 10 66
Binary 10001001 10010011 10000000 111 0 1101 101010 1011100 1000 110110

Color Harmonies of #899380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899380

Black with #899380

Text Example


Text Example

White with #899380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899380; }

 p { color: rgb(137,147,128); }

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

background-color css

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

 a { background-color: rgb(137,147,128); }

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

border-color css

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

 span { border-color: rgb(137,147,128); }

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