Html Css Color HEX #859883 Stack

📋 copy color: '#859883'

red 133 ◦ green 152 ◦ blue 131

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

Shades of Stack #859883

Tints of Stack #859883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

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

R = 31.97%
G = 36.54%
B = 31.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#859883 (or 0x859883) is known color: Stack. HEX triplet: 85, 98 and 83. RGB value is (133,152,131). Sum of RGB (Red+Green+Blue) = 133+152+131=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 152 - color contains mainly: green. Hex color #859883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859883 is #7A677C. Grayscale: #8F8F8F. Windows color (decimal): -8021885 or 8624261. OLE color: 8624261.

HSL color Cylindrical-coordinate representation of color #859883: hue angle of 114.29º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #859883 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 152 131 -
CMYK 0.13 0 0.14 0.40
HSL 114.29º 0.09% 0.55% -
HSV(B) 114.29º 0.14% 0.6% -
XYZ 25 29.08 25.77 -
YUV 143.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 133 152 131 0.13 0 0.14 0.40 114.29 0.09 0.55
Hex 85 98 83 D 0 E 28 72 9 37
Octal 205 230 203 15 0 16 50 162 11 67
Binary 10000101 10011000 10000011 1101 0 1110 101000 1110010 1001 110111

Color Harmonies of #859883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859883

Black with #859883

Text Example


Text Example

White with #859883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859883; }

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

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

background-color css

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

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

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

border-color css

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

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

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