#8CA33D

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

Shades of Wasabi #8CA33D

Tints of Wasabi #8CA33D

Color information

#8CA33D (or 0x8CA33D) is unknown color: approx Wasabi. HEX triplet: 8C, A3 and 3D. RGB value is (140,163,61). Sum of RGB (Red+Green+Blue) = 140+163+61=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA33D is #735CC2. Grayscale: #909090. Windows color (decimal): -7560387 or 4039564. OLE color: 4039564.

HSL color Cylindrical-coordinate representation of color #8CA33D: hue angle of 73.53º 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 #8CA33D is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB14016361-
CMYK0.1400.630.36
HSL73.53º45.54%43.92%-
HSV(B)73.53º62.58%63.92%-
XYZ24.7532.119.31-
YUV144.580.88124.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.46%
GREEN value IS 163 (64.06% from 255) = 44.78%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=38.46%
G=44.78%
B=16.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140163610.1400.630.3673.5345.5443.92
Hex8CA33DE03F244a2e2c
Octal2142437516077441125654
Binary1000110010100011111101111001111111001001001010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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