Html Css Color HEX #839280 Spanish Green

📋 copy color: '#839280'

red 131 ◦ green 146 ◦ blue 128

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

Shades of Spanish Green #839280

Tints of Spanish Green #839280

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.05%

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

R = 32.35%
G = 36.05%
B = 31.6%

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

#839280 (or 0x839280) is known color: Spanish Green. HEX triplet: 83, 92 and 80. RGB value is (131,146,128). Sum of RGB (Red+Green+Blue) = 131+146+128=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #839280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839280 is #7C6D7F. Grayscale: #8B8B8B. Windows color (decimal): -8154496 or 8426115. OLE color: 8426115.

HSL color Cylindrical-coordinate representation of color #839280: hue angle of 110º degrees, saturation: 0.08, 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 #839280 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 146 128 -
CMYK 0.10 0 0.12 0.43
HSL 110º 0.08% 0.54% -
HSV(B) 110º 0.12% 0.57% -
XYZ 23.54 26.94 24.38 -
YUV 139.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 131 146 128 0.10 0 0.12 0.43 110 0.08 0.54
Hex 83 92 80 A 0 C 2B 6E 8 36
Octal 203 222 200 12 0 14 53 156 10 66
Binary 10000011 10010010 10000000 1010 0 1100 101011 1101110 1000 110110

Color Harmonies of #839280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839280

Black with #839280

Text Example


Text Example

White with #839280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839280; }

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

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

background-color css

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

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

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

border-color css

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

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

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