Html Css Color HEX #838E80 Spanish Green

📋 copy color: '#838E80'

red 131 ◦ green 142 ◦ blue 128

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

Shades of Spanish Green #838E80

Tints of Spanish Green #838E80

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.41%

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

R = 32.67%
G = 35.41%
B = 31.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#838E80 (or 0x838E80) is known color: Spanish Green. HEX triplet: 83, 8E and 80. RGB value is (131,142,128). Sum of RGB (Red+Green+Blue) = 131+142+128=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 142 - color contains mainly: green. Hex color #838E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E80 is #7C717F. Grayscale: #898989. Windows color (decimal): -8155520 or 8425091. OLE color: 8425091.

HSL color Cylindrical-coordinate representation of color #838E80: hue angle of 107.14º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #838E80 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 142 128 -
CMYK 0.08 0 0.10 0.44
HSL 107.14º 0.06% 0.53% -
HSV(B) 107.14º 0.1% 0.56% -
XYZ 22.93 25.73 24.18 -
YUV 137.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 131 142 128 0.08 0 0.10 0.44 107.14 0.06 0.53
Hex 83 8E 80 8 0 A 2C 6B 6 35
Octal 203 216 200 10 0 12 54 153 6 65
Binary 10000011 10001110 10000000 1000 0 1010 101100 1101011 110 110101

Color Harmonies of #838E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E80

Black with #838E80

Text Example


Text Example

White with #838E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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