Html Css Color HEX #919882 Sage

📋 copy color: '#919882'

red 145 ◦ green 152 ◦ blue 130

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

Shades of Sage #919882

Tints of Sage #919882

RGB

 RED value IS 145 (57.03% from 255) = 33.96%

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

 BLUE value IS 130 (51.17% from 255) = 30.44%

R = 33.96%
G = 35.6%
B = 30.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#919882 (or 0x919882) is known color: Sage. HEX triplet: 91, 98 and 82. RGB value is (145,152,130). Sum of RGB (Red+Green+Blue) = 145+152+130=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #919882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919882 is #6E677D. Grayscale: #939393. Windows color (decimal): -7235454 or 8558737. OLE color: 8558737.

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

Color convert

RGB 145 152 130 -
CMYK 0.05 0 0.14 0.40
HSL 79.09º 0.1% 0.55% -
HSV(B) 79.09º 0.14% 0.6% -
XYZ 26.93 30.09 25.51 -
YUV 147.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 145 152 130 0.05 0 0.14 0.40 79.09 0.1 0.55
Hex 91 98 82 5 0 E 28 4F A 37
Octal 221 230 202 5 0 16 50 117 12 67
Binary 10010001 10011000 10000010 101 0 1110 101000 1001111 1010 110111

Color Harmonies of #919882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919882

Black with #919882

Text Example


Text Example

White with #919882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919882; }

 p { color: rgb(145,152,130); }

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

background-color css

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

 a { background-color: rgb(145,152,130); }

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

border-color css

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

 span { border-color: rgb(145,152,130); }

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