#90A23B

Color #90A23B Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #90A23B

Tints of Wasabi #90A23B

Color information

#90A23B (or 0x90A23B) is unknown color: approx Wasabi. HEX triplet: 90, A2 and 3B. RGB value is (144,162,59). Sum of RGB (Red+Green+Blue) = 144+162+59=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #90A23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A23B is #6F5DC4. Grayscale: #919191. Windows color (decimal): -7298501 or 3908240. OLE color: 3908240.

HSL color Cylindrical-coordinate representation of color #90A23B: hue angle of 70.49º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #90A23B is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB14416259-
CMYK0.1100.640.36
HSL70.49º46.61%43.33%-
HSV(B)70.49º63.58%63.53%-
XYZ25.2132.099-
YUV144.8879.54127.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 59 (23.44% from 255) = 16.16%
R=39.45%
G=44.38%
B=16.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144162590.1100.640.3670.4946.6143.33
Hex90A23BB04024462f2b
Octal22024273130100441065753
Binary10010000101000101110111011010000001001001000110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A23B; }

 p { color: rgb(144,162,59); }

 H1.HeaderClassName
 {
   color: #90A23B;
 }
 .AnyTagClassName
 {
   color: #90A23B;
 }
</style>
background-color css

<style>
 a { background-color: #90A23B; }

 a { background-color: rgb(144,162,59); }

 div.DivClassName
 {
   background-color: #90A23B;
 }
 .BgClassName
 {
   background-color: #90A23B;
 }
</style>
border-color css

<style>
 span { border-color: #90A23B; }

 span { border-color: rgb(144,162,59); }

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