Html Css Color HEX #899085 Spanish Green

📋 copy color: '#899085'

red 137 ◦ green 144 ◦ blue 133

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

Shades of Spanish Green #899085

Tints of Spanish Green #899085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

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

R = 33.09%
G = 34.78%
B = 32.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#899085 (or 0x899085) is known color: Spanish Green. HEX triplet: 89, 90 and 85. RGB value is (137,144,133). Sum of RGB (Red+Green+Blue) = 137+144+133=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 144 - color contains mainly: green. Hex color #899085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899085 is #766F7A. Grayscale: #8C8C8C. Windows color (decimal): -7761787 or 8753289. OLE color: 8753289.

HSL color Cylindrical-coordinate representation of color #899085: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #899085 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 144 133 -
CMYK 0.05 0 0.08 0.44
HSL 98.18º 0.05% 0.54% -
HSV(B) 98.18º 0.08% 0.56% -
XYZ 24.52 26.96 26.1 -
YUV 140.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 137 144 133 0.05 0 0.08 0.44 98.18 0.05 0.54
Hex 89 90 85 5 0 8 2C 62 5 36
Octal 211 220 205 5 0 10 54 142 5 66
Binary 10001001 10010000 10000101 101 0 1000 101100 1100010 101 110110

Color Harmonies of #899085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899085

Black with #899085

Text Example


Text Example

White with #899085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899085; }

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

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

background-color css

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

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

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

border-color css

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

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

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