#98A33E

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

Shades of Wasabi #98A33E

Tints of Wasabi #98A33E

Color information

#98A33E (or 0x98A33E) is unknown color: approx Wasabi. HEX triplet: 98, A3 and 3E. RGB value is (152,163,62). Sum of RGB (Red+Green+Blue) = 152+163+62=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #98A33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A33E is #675CC1. Grayscale: #949494. Windows color (decimal): -6773954 or 4105112. OLE color: 4105112.

HSL color Cylindrical-coordinate representation of color #98A33E: hue angle of 66.53º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98A33E is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB15216362-
CMYK0.0700.620.36
HSL66.53º44.89%44.12%-
HSV(B)66.53º61.96%63.92%-
XYZ26.9233.229.55-
YUV148.279.36130.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 62 (24.61% from 255) = 16.45%
R=40.32%
G=43.24%
B=16.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152163620.0700.620.3666.5344.8944.12
Hex98A33E703E24432d2c
Octal230243767076441035554
Binary100110001010001111111011101111101001001000011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A33E; }

 p { color: rgb(152,163,62); }

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

<style>
 a { background-color: #98A33E; }

 a { background-color: rgb(152,163,62); }

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

<style>
 span { border-color: #98A33E; }

 span { border-color: rgb(152,163,62); }

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