Html Css Color HEX #909949 Wasabi

📋 copy color: '#909949'

red 144 ◦ green 153 ◦ blue 73

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

Shades of Wasabi #909949

Tints of Wasabi #909949

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 38.92%
G = 41.35%
B = 19.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#909949 (or 0x909949) is known color: Wasabi. HEX triplet: 90, 99 and 49. RGB value is (144,153,73). Sum of RGB (Red+Green+Blue) = 144+153+73=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #909949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909949 is #6F66B6. Grayscale: #8D8D8D. Windows color (decimal): -7300791 or 4823440. OLE color: 4823440.

HSL color Cylindrical-coordinate representation of color #909949: hue angle of 66.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #909949 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 73 -
CMYK 0.06 0 0.52 0.4
HSL 66.75º 0.35% 0.44% -
HSV(B) 66.75º 0.52% 0.6% -
XYZ 24.1 29.19 10.67 -
YUV 141.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 144 153 73 0.06 0 0.52 0.4 66.75 0.35 0.44
Hex 90 99 49 6 0 34 28 43 23 2C
Octal 220 231 111 6 0 64 50 103 43 54
Binary 10010000 10011001 1001001 110 0 110100 101000 1000011 100011 101100

Color Harmonies of #909949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909949

Black with #909949

Text Example


Text Example

White with #909949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909949; }

 p { color: rgb(144,153,73); }

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

background-color css

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

 a { background-color: rgb(144,153,73); }

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

border-color css

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

 span { border-color: rgb(144,153,73); }

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