Html Css Color HEX #839885 Stack

📋 copy color: '#839885'

red 131 ◦ green 152 ◦ blue 133

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

Shades of Stack #839885

Tints of Stack #839885

RGB

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

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

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

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

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #839885: hue angle of 125.71º 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 #839885 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 152 133 -
CMYK 0.14 0 0.13 0.40
HSL 125.71º 0.09% 0.55% -
HSV(B) 125.71º 0.14% 0.6% -
XYZ 24.82 28.98 26.47 -
YUV 143.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 131 152 133 0.14 0 0.13 0.40 125.71 0.09 0.55
Hex 83 98 85 E 0 D 28 7E 9 37
Octal 203 230 205 16 0 15 50 176 11 67
Binary 10000011 10011000 10000101 1110 0 1101 101000 1111110 1001 110111

Color Harmonies of #839885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839885

Black with #839885

Text Example


Text Example

White with #839885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839885; }

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

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

background-color css

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

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

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

border-color css

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

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

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