#98A33D

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

Shades of Wasabi #98A33D

Tints of Wasabi #98A33D

Color information

#98A33D (or 0x98A33D) is unknown color: approx Wasabi. HEX triplet: 98, A3 and 3D. RGB value is (152,163,61). Sum of RGB (Red+Green+Blue) = 152+163+61=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #98A33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A33D is #675CC2. Grayscale: #949494. Windows color (decimal): -6773955 or 4039576. OLE color: 4039576.

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

Color convert

RGB15216361-
CMYK0.0700.630.36
HSL66.47º45.54%43.92%-
HSV(B)66.47º62.58%63.92%-
XYZ26.8933.219.41-
YUV148.0878.86130.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 163 (64.06% from 255) = 43.35%
BLUE value IS 61 (24.22% from 255) = 16.22%
R=40.43%
G=43.35%
B=16.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152163610.0700.630.3666.4745.5443.92
Hex98A33D703F24422e2c
Octal230243757077441025654
Binary100110001010001111110111101111111001001000010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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