#809233

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

Shades of Wasabi #809233

Tints of Wasabi #809233

Color information

#809233 (or 0x809233) is unknown color: approx Wasabi. HEX triplet: 80, 92 and 33. RGB value is (128,146,51). Sum of RGB (Red+Green+Blue) = 128+146+51=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #809233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809233 is #7F6DCC. Grayscale: #828282. Windows color (decimal): -8351181 or 3379840. OLE color: 3379840.

HSL color Cylindrical-coordinate representation of color #809233: hue angle of 71.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #809233 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB12814651-
CMYK0.1200.650.43
HSL71.37º48.22%38.63%-
HSV(B)71.37º65.07%57.25%-
XYZ19.7825.396.99-
YUV129.7983.54126.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.38%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=39.38%
G=44.92%
B=15.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128146510.1200.650.4371.3748.2238.63
Hex809233C0412B473027
Octal20022263140101531076047
Binary10000000100100101100111100010000011010111000111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809233; }

 p { color: rgb(128,146,51); }

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

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

 a { background-color: rgb(128,146,51); }

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

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

 span { border-color: rgb(128,146,51); }

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