#848F30

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

Shades of Wasabi #848F30

Tints of Wasabi #848F30

Color information

#848F30 (or 0x848F30) is unknown color: approx Wasabi. HEX triplet: 84, 8F and 30. RGB value is (132,143,48). Sum of RGB (Red+Green+Blue) = 132+143+48=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 143 - color contains mainly: green. Hex color #848F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848F30 is #7B70CF. Grayscale: #818181. Windows color (decimal): -8089808 or 3182468. OLE color: 3182468.

HSL color Cylindrical-coordinate representation of color #848F30: hue angle of 66.95º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #848F30 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB13214348-
CMYK0.0800.660.44
HSL66.95º49.74%37.45%-
HSV(B)66.95º66.43%56.08%-
XYZ19.8724.766.53-
YUV128.8882.36130.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 143 (56.25% from 255) = 44.27%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=40.87%
G=44.27%
B=14.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132143480.0800.660.4466.9549.7437.45
Hex848F3080422C433225
Octal20421760100102541036245
Binary10000100100011111100001000010000101011001000011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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