Html Css Color HEX #90983D Wasabi

📋 copy color: '#90983D'

red 144 ◦ green 152 ◦ blue 61

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

Shades of Wasabi #90983D

Tints of Wasabi #90983D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 40.34%
G = 42.58%
B = 17.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#90983D (or 0x90983D) is known color: Wasabi. HEX triplet: 90, 98 and 3D. RGB value is (144,152,61). Sum of RGB (Red+Green+Blue) = 144+152+61=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #90983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90983D is #6F67C2. Grayscale: #8B8B8B. Windows color (decimal): -7301059 or 4036752. OLE color: 4036752.

HSL color Cylindrical-coordinate representation of color #90983D: hue angle of 65.27º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90983D is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 144 152 61 -
CMYK 0.05 0 0.60 0.40
HSL 65.27º 0.43% 0.42% -
HSV(B) 65.27º 0.6% 0.6% -
XYZ 23.57 28.72 8.72 -
YUV 139.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 144 152 61 0.05 0 0.60 0.40 65.27 0.43 0.42
Hex 90 98 3D 5 0 3C 28 41 2B 2A
Octal 220 230 75 5 0 74 50 101 53 52
Binary 10010000 10011000 111101 101 0 111100 101000 1000001 101011 101010

Color Harmonies of #90983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90983D

Black with #90983D

Text Example


Text Example

White with #90983D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,152,61); }

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

background-color css

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

 a { background-color: rgb(144,152,61); }

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

border-color css

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

 span { border-color: rgb(144,152,61); }

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