Html Css Color HEX #838584 Granny Smith

📋 copy color: '#838584'

red 131 ◦ green 133 ◦ blue 132

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

Shades of Granny Smith #838584

Tints of Granny Smith #838584

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 33.08%
G = 33.59%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#838584 (or 0x838584) is known color: Granny Smith. HEX triplet: 83, 85 and 84. RGB value is (131,133,132). Sum of RGB (Red+Green+Blue) = 131+133+132=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 133 - color contains mainly: green. Hex color #838584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838584 is #7C7A7B. Grayscale: #848484. Windows color (decimal): -8157820 or 8684931. OLE color: 8684931.

HSL color Cylindrical-coordinate representation of color #838584: hue angle of 150º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #838584 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 132 -
CMYK 0.02 0 0.01 0.48
HSL 150º 0.01% 0.52% -
HSV(B) 150º 0.02% 0.52% -
XYZ 21.91 23.27 25.17 -
YUV 132.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 131 133 132 0.02 0 0.01 0.48 150 0.01 0.52
Hex 83 85 84 2 0 1 30 96 1 34
Octal 203 205 204 2 0 1 60 226 1 64
Binary 10000011 10000101 10000100 10 0 1 110000 10010110 1 110100

Color Harmonies of #838584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838584

Black with #838584

Text Example


Text Example

White with #838584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838584; }

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

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

background-color css

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

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

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

border-color css

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

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

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