Html Css Color HEX #858E82 Spanish Green

📋 copy color: '#858E82'

red 133 ◦ green 142 ◦ blue 130

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

Shades of Spanish Green #858E82

Tints of Spanish Green #858E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.1%

R = 32.84%
G = 35.06%
B = 32.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#858E82 (or 0x858E82) is known color: Spanish Green. HEX triplet: 85, 8E and 82. RGB value is (133,142,130). Sum of RGB (Red+Green+Blue) = 133+142+130=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 142 - color contains mainly: green. Hex color #858E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858E82 is #7A717D. Grayscale: #898989. Windows color (decimal): -8024446 or 8556165. OLE color: 8556165.

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

Color convert

RGB 133 142 130 -
CMYK 0.06 0 0.08 0.44
HSL 105º 0.05% 0.53% -
HSV(B) 105º 0.08% 0.56% -
XYZ 23.38 25.94 24.89 -
YUV 137.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 133 142 130 0.06 0 0.08 0.44 105 0.05 0.53
Hex 85 8E 82 6 0 8 2C 69 5 35
Octal 205 216 202 6 0 10 54 151 5 65
Binary 10000101 10001110 10000010 110 0 1000 101100 1101001 101 110101

Color Harmonies of #858E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858E82

Black with #858E82

Text Example


Text Example

White with #858E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858E82; }

 p { color: rgb(133,142,130); }

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

background-color css

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

 a { background-color: rgb(133,142,130); }

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

border-color css

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

 span { border-color: rgb(133,142,130); }

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