Html Css Color HEX #90994D Wasabi

📋 copy color: '#90994D'

red 144 ◦ green 153 ◦ blue 77

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

Shades of Wasabi #90994D

Tints of Wasabi #90994D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 38.5%
G = 40.91%
B = 20.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#90994D (or 0x90994D) is known color: Wasabi. HEX triplet: 90, 99 and 4D. RGB value is (144,153,77). Sum of RGB (Red+Green+Blue) = 144+153+77=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #90994D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90994D is #6F66B2. Grayscale: #8D8D8D. Windows color (decimal): -7300787 or 5085584. OLE color: 5085584.

HSL color Cylindrical-coordinate representation of color #90994D: hue angle of 67.11º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90994D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 77 -
CMYK 0.06 0 0.50 0.4
HSL 67.11º 0.33% 0.45% -
HSV(B) 67.11º 0.5% 0.6% -
XYZ 24.23 29.25 11.39 -
YUV 141.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 144 153 77 0.06 0 0.50 0.4 67.11 0.33 0.45
Hex 90 99 4D 6 0 32 28 43 21 2D
Octal 220 231 115 6 0 62 50 103 41 55
Binary 10010000 10011001 1001101 110 0 110010 101000 1000011 100001 101101

Color Harmonies of #90994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90994D

Black with #90994D

Text Example


Text Example

White with #90994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90994D; }

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

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

background-color css

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

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

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

border-color css

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

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

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