Html Css Color HEX #839893 Granny Smith

📋 copy color: '#839893'

red 131 ◦ green 152 ◦ blue 147

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

Shades of Granny Smith #839893

Tints of Granny Smith #839893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 30.47%
G = 35.35%
B = 34.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#839893 (or 0x839893) is known color: Granny Smith. HEX triplet: 83, 98 and 93. RGB value is (131,152,147). Sum of RGB (Red+Green+Blue) = 131+152+147=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #839893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839893 is #7C676C. Grayscale: #919191. Windows color (decimal): -8152941 or 9672835. OLE color: 9672835.

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

Color convert

RGB 131 152 147 -
CMYK 0.14 0 0.03 0.40
HSL 165.71º 0.09% 0.55% -
HSV(B) 165.71º 0.14% 0.6% -
XYZ 25.85 29.39 31.91 -
YUV 145.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 131 152 147 0.14 0 0.03 0.40 165.71 0.09 0.55
Hex 83 98 93 E 0 3 28 A6 9 37
Octal 203 230 223 16 0 3 50 246 11 67
Binary 10000011 10011000 10010011 1110 0 11 101000 10100110 1001 110111

Color Harmonies of #839893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839893

Black with #839893

Text Example


Text Example

White with #839893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839893; }

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

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

background-color css

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

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

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

border-color css

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

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

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