#8C9930

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

Shades of Wasabi #8C9930

Tints of Wasabi #8C9930

Color information

#8C9930 (or 0x8C9930) is unknown color: approx Wasabi. HEX triplet: 8C, 99 and 30. RGB value is (140,153,48). Sum of RGB (Red+Green+Blue) = 140+153+48=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9930 is #7366CF. Grayscale: #898989. Windows color (decimal): -7562960 or 3185036. OLE color: 3185036.

HSL color Cylindrical-coordinate representation of color #8C9930: hue angle of 67.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C9930 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB14015348-
CMYK0.0800.690.4
HSL67.43º52.24%39.41%-
HSV(B)67.43º68.63%60%-
XYZ22.7428.577.11-
YUV137.1477.69130.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=41.06%
G=44.87%
B=14.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140153480.0800.690.467.4352.2439.41
Hex8C9930804528433427
Octal21423160100105501036447
Binary10001100100110011100001000010001011010001000011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9930; }

 p { color: rgb(140,153,48); }

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

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

 a { background-color: rgb(140,153,48); }

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

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

 span { border-color: rgb(140,153,48); }

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