Html Css Color HEX #90994B Wasabi

📋 copy color: '#90994B'

red 144 ◦ green 153 ◦ blue 75

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

Shades of Wasabi #90994B

Tints of Wasabi #90994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.16%

R = 38.71%
G = 41.13%
B = 20.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#90994B (or 0x90994B) is known color: Wasabi. HEX triplet: 90, 99 and 4B. RGB value is (144,153,75). Sum of RGB (Red+Green+Blue) = 144+153+75=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #90994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90994B is #6F66B4. Grayscale: #8D8D8D. Windows color (decimal): -7300789 or 4954512. OLE color: 4954512.

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

Color convert

RGB 144 153 75 -
CMYK 0.06 0 0.51 0.4
HSL 66.92º 0.34% 0.45% -
HSV(B) 66.92º 0.51% 0.6% -
XYZ 24.16 29.22 11.02 -
YUV 141.42 90.52 129.84 -
System Red Green Blue C M Y K H S L
Decimal 144 153 75 0.06 0 0.51 0.4 66.92 0.34 0.45
Hex 90 99 4B 6 0 33 28 43 22 2D
Octal 220 231 113 6 0 63 50 103 42 55
Binary 10010000 10011001 1001011 110 0 110011 101000 1000011 100010 101101

Color Harmonies of #90994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90994B

Black with #90994B

Text Example


Text Example

White with #90994B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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