#848C30

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

Shades of Wasabi #848C30

Tints of Wasabi #848C30

Color information

#848C30 (or 0x848C30) is unknown color: approx Wasabi. HEX triplet: 84, 8C and 30. RGB value is (132,140,48). Sum of RGB (Red+Green+Blue) = 132+140+48=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #848C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C30 is #7B73CF. Grayscale: #7F7F7F. Windows color (decimal): -8090576 or 3181700. OLE color: 3181700.

HSL color Cylindrical-coordinate representation of color #848C30: hue angle of 65.22º 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 #848C30 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB13214048-
CMYK0.0600.660.45
HSL65.22º48.94%36.86%-
HSV(B)65.22º65.71%54.9%-
XYZ19.4323.886.38-
YUV127.1283.35131.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 140 (55.08% from 255) = 43.75%
BLUE value IS 48 (19.14% from 255) = 15%
R=41.25%
G=43.75%
B=15%

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
Decimal132140480.0600.660.4565.2248.9436.86
Hex848C3060422D413125
Octal2042146060102551016145
Binary1000010010001100110000110010000101011011000001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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