Html Css Color HEX #909482 Sage

📋 copy color: '#909482'

red 144 ◦ green 148 ◦ blue 130

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

Shades of Sage #909482

Tints of Sage #909482

RGB

 RED value IS 144 (56.64% from 255) = 34.12%

 GREEN value IS 148 (58.2% from 255) = 35.07%

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

R = 34.12%
G = 35.07%
B = 30.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#909482 (or 0x909482) is known color: Sage. HEX triplet: 90, 94 and 82. RGB value is (144,148,130). Sum of RGB (Red+Green+Blue) = 144+148+130=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 148 - color contains mainly: green. Hex color #909482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909482 is #6F6B7D. Grayscale: #909090. Windows color (decimal): -7302014 or 8557712. OLE color: 8557712.

HSL color Cylindrical-coordinate representation of color #909482: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #909482 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 148 130 -
CMYK 0.03 0 0.12 0.42
HSL 73.33º 0.08% 0.55% -
HSV(B) 73.33º 0.12% 0.58% -
XYZ 26.12 28.72 25.29 -
YUV 144.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 144 148 130 0.03 0 0.12 0.42 73.33 0.08 0.55
Hex 90 94 82 3 0 C 2A 49 8 37
Octal 220 224 202 3 0 14 52 111 10 67
Binary 10010000 10010100 10000010 11 0 1100 101010 1001001 1000 110111

Color Harmonies of #909482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909482

Black with #909482

Text Example


Text Example

White with #909482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909482; }

 p { color: rgb(144,148,130); }

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

background-color css

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

 a { background-color: rgb(144,148,130); }

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

border-color css

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

 span { border-color: rgb(144,148,130); }

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