#829230

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

Shades of Wasabi #829230

Tints of Wasabi #829230

Color information

#829230 (or 0x829230) is unknown color: approx Wasabi. HEX triplet: 82, 92 and 30. RGB value is (130,146,48). Sum of RGB (Red+Green+Blue) = 130+146+48=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #829230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829230 is #7D6DCF. Grayscale: #828282. Windows color (decimal): -8220112 or 3183234. OLE color: 3183234.

HSL color Cylindrical-coordinate representation of color #829230: hue angle of 69.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #829230 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB13014648-
CMYK0.1100.670.43
HSL69.8º50.52%38.04%-
HSV(B)69.8º67.12%57.25%-
XYZ20.0225.526.67-
YUV130.0481.7127.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=40.12%
G=45.06%
B=14.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130146480.1100.670.4369.850.5238.04
Hex829230B0432B463326
Octal20222260130103531066346
Binary10000010100100101100001011010000111010111000110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829230; }

 p { color: rgb(130,146,48); }

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

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

 a { background-color: rgb(130,146,48); }

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

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

 span { border-color: rgb(130,146,48); }

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