Html Css Color HEX #899482 Spanish Green

📋 copy color: '#899482'

red 137 ◦ green 148 ◦ blue 130

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

Shades of Spanish Green #899482

Tints of Spanish Green #899482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

 BLUE value IS 130 (51.17% from 255) = 31.33%

R = 33.01%
G = 35.66%
B = 31.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#899482 (or 0x899482) is known color: Spanish Green. HEX triplet: 89, 94 and 82. RGB value is (137,148,130). Sum of RGB (Red+Green+Blue) = 137+148+130=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 148 - color contains mainly: green. Hex color #899482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899482 is #766B7D. Grayscale: #8E8E8E. Windows color (decimal): -7760766 or 8557705. OLE color: 8557705.

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

Color convert

RGB 137 148 130 -
CMYK 0.07 0 0.12 0.42
HSL 96.67º 0.08% 0.55% -
HSV(B) 96.67º 0.12% 0.58% -
XYZ 24.94 28.11 25.23 -
YUV 142.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 137 148 130 0.07 0 0.12 0.42 96.67 0.08 0.55
Hex 89 94 82 7 0 C 2A 61 8 37
Octal 211 224 202 7 0 14 52 141 10 67
Binary 10001001 10010100 10000010 111 0 1100 101010 1100001 1000 110111

Color Harmonies of #899482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899482

Black with #899482

Text Example


Text Example

White with #899482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899482; }

 p { color: rgb(137,148,130); }

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

background-color css

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

 a { background-color: rgb(137,148,130); }

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

border-color css

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

 span { border-color: rgb(137,148,130); }

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