#889430

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

Shades of Wasabi #889430

Tints of Wasabi #889430

Color information

#889430 (or 0x889430) is unknown color: approx Wasabi. HEX triplet: 88, 94 and 30. RGB value is (136,148,48). Sum of RGB (Red+Green+Blue) = 136+148+48=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 148 - color contains mainly: green. Hex color #889430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889430 is #776BCF. Grayscale: #858585. Windows color (decimal): -7826384 or 3183752. OLE color: 3183752.

HSL color Cylindrical-coordinate representation of color #889430: hue angle of 67.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #889430 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB13614848-
CMYK0.0800.680.42
HSL67.2º51.02%38.43%-
HSV(B)67.2º67.57%58.04%-
XYZ21.2826.636.81-
YUV133.0180.02130.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 48 (19.14% from 255) = 14.46%
R=40.96%
G=44.58%
B=14.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal136148480.0800.680.4267.251.0238.43
Hex88943080442A433326
Octal21022460100104521036346
Binary10001000100101001100001000010001001010101000011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889430; }

 p { color: rgb(136,148,48); }

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

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

 a { background-color: rgb(136,148,48); }

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

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

 span { border-color: rgb(136,148,48); }

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