#81983C

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

Shades of Wasabi #81983C

Tints of Wasabi #81983C

Color information

#81983C (or 0x81983C) is unknown color: approx Wasabi. HEX triplet: 81, 98 and 3C. RGB value is (129,152,60). Sum of RGB (Red+Green+Blue) = 129+152+60=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #81983C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81983C is #7E67C3. Grayscale: #868686. Windows color (decimal): -8284100 or 3971201. OLE color: 3971201.

HSL color Cylindrical-coordinate representation of color #81983C: hue angle of 75º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81983C is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB12915260-
CMYK0.1500.610.40
HSL75º43.4%41.57%-
HSV(B)75º60.53%59.61%-
XYZ21.127.458.46-
YUV134.6485.88123.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.83%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=37.83%
G=44.57%
B=17.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal129152600.1500.610.407543.441.57
Hex81983CF03D284b2b2a
Octal2012307417075501135352
Binary1000000110011000111100111101111011010001001011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81983C; }

 p { color: rgb(129,152,60); }

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

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

 a { background-color: rgb(129,152,60); }

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

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

 span { border-color: rgb(129,152,60); }

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