#98A23B

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

Shades of Wasabi #98A23B

Tints of Wasabi #98A23B

Color information

#98A23B (or 0x98A23B) is unknown color: approx Wasabi. HEX triplet: 98, A2 and 3B. RGB value is (152,162,59). Sum of RGB (Red+Green+Blue) = 152+162+59=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #98A23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A23B is #675DC4. Grayscale: #939393. Windows color (decimal): -6774213 or 3908248. OLE color: 3908248.

HSL color Cylindrical-coordinate representation of color #98A23B: hue angle of 65.83º 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 #98A23B is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB15216259-
CMYK0.0600.640.36
HSL65.83º46.61%43.33%-
HSV(B)65.83º63.58%63.53%-
XYZ26.6632.839.07-
YUV147.2778.19131.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 162 (63.67% from 255) = 43.43%
BLUE value IS 59 (23.44% from 255) = 15.82%
R=40.75%
G=43.43%
B=15.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152162590.0600.640.3665.8346.6143.33
Hex98A23B604024422f2b
Octal2302427360100441025753
Binary1001100010100010111011110010000001001001000010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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