Html Css Color HEX #839180 Spanish Green

📋 copy color: '#839180'

red 131 ◦ green 145 ◦ blue 128

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

Shades of Spanish Green #839180

Tints of Spanish Green #839180

RGB

 RED value IS 131 (51.56% from 255) = 32.43%

 GREEN value IS 145 (57.03% from 255) = 35.89%

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

R = 32.43%
G = 35.89%
B = 31.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#839180 (or 0x839180) is known color: Spanish Green. HEX triplet: 83, 91 and 80. RGB value is (131,145,128). Sum of RGB (Red+Green+Blue) = 131+145+128=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #839180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839180 is #7C6E7F. Grayscale: #8A8A8A. Windows color (decimal): -8154752 or 8425859. OLE color: 8425859.

HSL color Cylindrical-coordinate representation of color #839180: hue angle of 109.41º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #839180 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 145 128 -
CMYK 0.10 0 0.12 0.43
HSL 109.41º 0.07% 0.54% -
HSV(B) 109.41º 0.12% 0.57% -
XYZ 23.38 26.63 24.33 -
YUV 138.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 131 145 128 0.10 0 0.12 0.43 109.41 0.07 0.54
Hex 83 91 80 A 0 C 2B 6D 7 36
Octal 203 221 200 12 0 14 53 155 7 66
Binary 10000011 10010001 10000000 1010 0 1100 101011 1101101 111 110110

Color Harmonies of #839180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839180

Black with #839180

Text Example


Text Example

White with #839180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839180; }

 p { color: rgb(131,145,128); }

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

background-color css

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

 a { background-color: rgb(131,145,128); }

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

border-color css

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

 span { border-color: rgb(131,145,128); }

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