Html Css Color HEX #939883 Sage

📋 copy color: '#939883'

red 147 ◦ green 152 ◦ blue 131

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

Shades of Sage #939883

Tints of Sage #939883

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#939883 (or 0x939883) is known color: Sage. HEX triplet: 93, 98 and 83. RGB value is (147,152,131). Sum of RGB (Red+Green+Blue) = 147+152+131=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #939883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939883 is #6C677C. Grayscale: #949494. Windows color (decimal): -7104381 or 8624275. OLE color: 8624275.

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

Color convert

RGB 147 152 131 -
CMYK 0.03 0 0.14 0.40
HSL 74.29º 0.09% 0.55% -
HSV(B) 74.29º 0.14% 0.6% -
XYZ 27.36 30.3 25.88 -
YUV 148.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 147 152 131 0.03 0 0.14 0.40 74.29 0.09 0.55
Hex 93 98 83 3 0 E 28 4A 9 37
Octal 223 230 203 3 0 16 50 112 11 67
Binary 10010011 10011000 10000011 11 0 1110 101000 1001010 1001 110111

Color Harmonies of #939883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939883

Black with #939883

Text Example


Text Example

White with #939883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939883; }

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

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

background-color css

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

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

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

border-color css

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

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

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