Html Css Color HEX #838881 Spanish Green

📋 copy color: '#838881'

red 131 ◦ green 136 ◦ blue 129

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

Shades of Spanish Green #838881

Tints of Spanish Green #838881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.34%

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

R = 33.08%
G = 34.34%
B = 32.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#838881 (or 0x838881) is known color: Spanish Green. HEX triplet: 83, 88 and 81. RGB value is (131,136,129). Sum of RGB (Red+Green+Blue) = 131+136+129=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 136 - color contains mainly: green. Hex color #838881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838881 is #7C777E. Grayscale: #858585. Windows color (decimal): -8157055 or 8489091. OLE color: 8489091.

HSL color Cylindrical-coordinate representation of color #838881: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #838881 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 136 129 -
CMYK 0.04 0 0.05 0.47
HSL 102.86º 0.03% 0.52% -
HSV(B) 102.86º 0.05% 0.53% -
XYZ 22.13 24.02 24.24 -
YUV 133.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 131 136 129 0.04 0 0.05 0.47 102.86 0.03 0.52
Hex 83 88 81 4 0 5 2F 67 3 34
Octal 203 210 201 4 0 5 57 147 3 64
Binary 10000011 10001000 10000001 100 0 101 101111 1100111 11 110100

Color Harmonies of #838881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838881

Black with #838881

Text Example


Text Example

White with #838881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838881; }

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

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

background-color css

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

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

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

border-color css

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

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

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