Html Css Color HEX #90993F Wasabi

📋 copy color: '#90993F'

red 144 ◦ green 153 ◦ blue 63

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

Shades of Wasabi #90993F

Tints of Wasabi #90993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.5%

R = 40%
G = 42.5%
B = 17.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#90993F (or 0x90993F) is known color: Wasabi. HEX triplet: 90, 99 and 3F. RGB value is (144,153,63). Sum of RGB (Red+Green+Blue) = 144+153+63=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #90993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90993F is #6F66C0. Grayscale: #8C8C8C. Windows color (decimal): -7300801 or 4168080. OLE color: 4168080.

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

Color convert

RGB 144 153 63 -
CMYK 0.06 0 0.59 0.4
HSL 66º 0.42% 0.42% -
HSV(B) 66º 0.59% 0.6% -
XYZ 23.79 29.07 9.06 -
YUV 140.05 84.52 130.82 -
System Red Green Blue C M Y K H S L
Decimal 144 153 63 0.06 0 0.59 0.4 66 0.42 0.42
Hex 90 99 3F 6 0 3B 28 42 2A 2A
Octal 220 231 77 6 0 73 50 102 52 52
Binary 10010000 10011001 111111 110 0 111011 101000 1000010 101010 101010

Color Harmonies of #90993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90993F

Black with #90993F

Text Example


Text Example

White with #90993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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