Html Css Color HEX #90963C Wasabi

📋 copy color: '#90963C'

red 144 ◦ green 150 ◦ blue 60

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

Shades of Wasabi #90963C

Tints of Wasabi #90963C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

 BLUE value IS 60 (23.83% from 255) = 16.95%

R = 40.68%
G = 42.37%
B = 16.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#90963C (or 0x90963C) is known color: Wasabi. HEX triplet: 90, 96 and 3C. RGB value is (144,150,60). Sum of RGB (Red+Green+Blue) = 144+150+60=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #90963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90963C is #6F69C3. Grayscale: #8A8A8A. Windows color (decimal): -7301572 or 3970704. OLE color: 3970704.

HSL color Cylindrical-coordinate representation of color #90963C: hue angle of 64º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90963C is Cyan = 0.04, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 150 60 -
CMYK 0.04 0 0.6 0.41
HSL 64º 0.43% 0.41% -
HSV(B) 64º 0.6% 0.59% -
XYZ 23.22 28.07 8.47 -
YUV 137.95 84.01 132.32 -
System Red Green Blue C M Y K H S L
Decimal 144 150 60 0.04 0 0.6 0.41 64 0.43 0.41
Hex 90 96 3C 4 0 3C 29 40 2B 29
Octal 220 226 74 4 0 74 51 100 53 51
Binary 10010000 10010110 111100 100 0 111100 101001 1000000 101011 101001

Color Harmonies of #90963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90963C

Black with #90963C

Text Example


Text Example

White with #90963C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90963C; }

 p { color: rgb(144,150,60); }

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

background-color css

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

 a { background-color: rgb(144,150,60); }

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

border-color css

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

 span { border-color: rgb(144,150,60); }

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