Html Css Color HEX #899385 Spanish Green

📋 copy color: '#899385'

red 137 ◦ green 147 ◦ blue 133

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

Shades of Spanish Green #899385

Tints of Spanish Green #899385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 32.85%
G = 35.25%
B = 31.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#899385 (or 0x899385) is known color: Spanish Green. HEX triplet: 89, 93 and 85. RGB value is (137,147,133). Sum of RGB (Red+Green+Blue) = 137+147+133=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #899385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899385 is #766C7A. Grayscale: #8E8E8E. Windows color (decimal): -7761019 or 8754057. OLE color: 8754057.

HSL color Cylindrical-coordinate representation of color #899385: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #899385 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 133 -
CMYK 0.07 0 0.10 0.42
HSL 102.86º 0.06% 0.55% -
HSV(B) 102.86º 0.1% 0.58% -
XYZ 24.98 27.88 26.25 -
YUV 142.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 137 147 133 0.07 0 0.10 0.42 102.86 0.06 0.55
Hex 89 93 85 7 0 A 2A 67 6 37
Octal 211 223 205 7 0 12 52 147 6 67
Binary 10001001 10010011 10000101 111 0 1010 101010 1100111 110 110111

Color Harmonies of #899385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899385

Black with #899385

Text Example


Text Example

White with #899385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899385; }

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

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

background-color css

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

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

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

border-color css

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

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

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