#848D30

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

Shades of Wasabi #848D30

Tints of Wasabi #848D30

Color information

#848D30 (or 0x848D30) is unknown color: approx Wasabi. HEX triplet: 84, 8D and 30. RGB value is (132,141,48). Sum of RGB (Red+Green+Blue) = 132+141+48=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #848D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848D30 is #7B72CF. Grayscale: #808080. Windows color (decimal): -8090320 or 3181956. OLE color: 3181956.

HSL color Cylindrical-coordinate representation of color #848D30: hue angle of 65.81º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #848D30 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB13214148-
CMYK0.0600.660.45
HSL65.81º49.21%37.06%-
HSV(B)65.81º65.96%55.29%-
XYZ19.5724.176.43-
YUV127.7183.02131.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 141 (55.47% from 255) = 43.93%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=41.12%
G=43.93%
B=14.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132141480.0600.660.4565.8149.2137.06
Hex848D3060422D423125
Octal2042156060102551026145
Binary1000010010001101110000110010000101011011000010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848D30; }

 p { color: rgb(132,141,48); }

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

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

 a { background-color: rgb(132,141,48); }

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

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

 span { border-color: rgb(132,141,48); }

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