Html Css Color HEX #838A81 Spanish Green

📋 copy color: '#838A81'

red 131 ◦ green 138 ◦ blue 129

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

Shades of Spanish Green #838A81

Tints of Spanish Green #838A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.67%

 BLUE value IS 129 (50.78% from 255) = 32.41%

R = 32.91%
G = 34.67%
B = 32.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#838A81 (or 0x838A81) is known color: Spanish Green. HEX triplet: 83, 8A and 81. RGB value is (131,138,129). Sum of RGB (Red+Green+Blue) = 131+138+129=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 138 - color contains mainly: green. Hex color #838A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838A81 is #7C757E. Grayscale: #868686. Windows color (decimal): -8156543 or 8489603. OLE color: 8489603.

HSL color Cylindrical-coordinate representation of color #838A81: hue angle of 106.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #838A81 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 138 129 -
CMYK 0.05 0 0.07 0.46
HSL 106.67º 0.04% 0.52% -
HSV(B) 106.67º 0.07% 0.54% -
XYZ 22.41 24.59 24.33 -
YUV 134.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 131 138 129 0.05 0 0.07 0.46 106.67 0.04 0.52
Hex 83 8A 81 5 0 7 2E 6B 4 34
Octal 203 212 201 5 0 7 56 153 4 64
Binary 10000011 10001010 10000001 101 0 111 101110 1101011 100 110100

Color Harmonies of #838A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838A81

Black with #838A81

Text Example


Text Example

White with #838A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,138,129); }

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

background-color css

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

 a { background-color: rgb(131,138,129); }

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

border-color css

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

 span { border-color: rgb(131,138,129); }

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