Html Css Color HEX #858C83 Spanish Green

📋 copy color: '#858C83'

red 133 ◦ green 140 ◦ blue 131

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

Shades of Spanish Green #858C83

Tints of Spanish Green #858C83

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.65%

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

R = 32.92%
G = 34.65%
B = 32.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#858C83 (or 0x858C83) is known color: Spanish Green. HEX triplet: 85, 8C and 83. RGB value is (133,140,131). Sum of RGB (Red+Green+Blue) = 133+140+131=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 140 - color contains mainly: green. Hex color #858C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C83 is #7A737C. Grayscale: #888888. Windows color (decimal): -8024957 or 8621189. OLE color: 8621189.

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

Color convert

RGB 133 140 131 -
CMYK 0.05 0 0.06 0.45
HSL 106.67º 0.04% 0.53% -
HSV(B) 106.67º 0.06% 0.55% -
XYZ 23.15 25.38 25.15 -
YUV 136.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 133 140 131 0.05 0 0.06 0.45 106.67 0.04 0.53
Hex 85 8C 83 5 0 6 2D 6B 4 35
Octal 205 214 203 5 0 6 55 153 4 65
Binary 10000101 10001100 10000011 101 0 110 101101 1101011 100 110101

Color Harmonies of #858C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C83

Black with #858C83

Text Example


Text Example

White with #858C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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