Html Css Color HEX #858983 Spanish Green

📋 copy color: '#858983'

red 133 ◦ green 137 ◦ blue 131

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

Shades of Spanish Green #858983

Tints of Spanish Green #858983

RGB

 RED value IS 133 (52.34% from 255) = 33.17%

 GREEN value IS 137 (53.91% from 255) = 34.16%

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

R = 33.17%
G = 34.16%
B = 32.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#858983 (or 0x858983) is known color: Spanish Green. HEX triplet: 85, 89 and 83. RGB value is (133,137,131). Sum of RGB (Red+Green+Blue) = 133+137+131=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 137 - color contains mainly: green. Hex color #858983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858983 is #7A767C. Grayscale: #878787. Windows color (decimal): -8025725 or 8620421. OLE color: 8620421.

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

Color convert

RGB 133 137 131 -
CMYK 0.03 0 0.04 0.46
HSL 100º 0.02% 0.53% -
HSV(B) 100º 0.04% 0.54% -
XYZ 22.72 24.52 25.01 -
YUV 135.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 133 137 131 0.03 0 0.04 0.46 100 0.02 0.53
Hex 85 89 83 3 0 4 2E 64 2 35
Octal 205 211 203 3 0 4 56 144 2 65
Binary 10000101 10001001 10000011 11 0 100 101110 1100100 10 110101

Color Harmonies of #858983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858983

Black with #858983

Text Example


Text Example

White with #858983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858983; }

 p { color: rgb(133,137,131); }

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

background-color css

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

 a { background-color: rgb(133,137,131); }

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

border-color css

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

 span { border-color: rgb(133,137,131); }

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