#818B2E

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

Shades of Wasabi #818B2E

Tints of Wasabi #818B2E

Color information

#818B2E (or 0x818B2E) is unknown color: approx Wasabi. HEX triplet: 81, 8B and 2E. RGB value is (129,139,46). Sum of RGB (Red+Green+Blue) = 129+139+46=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #818B2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818B2E is #7E74D1. Grayscale: #7D7D7D. Windows color (decimal): -8287442 or 3050369. OLE color: 3050369.

HSL color Cylindrical-coordinate representation of color #818B2E: hue angle of 66.45º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #818B2E is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB12913946-
CMYK0.0700.670.45
HSL66.45º50.27%36.27%-
HSV(B)66.45º66.91%54.51%-
XYZ18.7823.336.1-
YUV125.4183.19130.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.08%
GREEN value IS 139 (54.69% from 255) = 44.27%
BLUE value IS 46 (18.36% from 255) = 14.65%
R=41.08%
G=44.27%
B=14.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129139460.0700.670.4566.4550.2736.27
Hex818B2E70432D423224
Octal2012135670103551026244
Binary1000000110001011101110111010000111011011000010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818B2E; }

 p { color: rgb(129,139,46); }

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

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

 a { background-color: rgb(129,139,46); }

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

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

 span { border-color: rgb(129,139,46); }

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