#869530

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

Shades of Wasabi #869530

Tints of Wasabi #869530

Color information

#869530 (or 0x869530) is unknown color: approx Wasabi. HEX triplet: 86, 95 and 30. RGB value is (134,149,48). Sum of RGB (Red+Green+Blue) = 134+149+48=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #869530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869530 is #796ACF. Grayscale: #858585. Windows color (decimal): -7957200 or 3184006. OLE color: 3184006.

HSL color Cylindrical-coordinate representation of color #869530: hue angle of 68.91º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #869530 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB13414948-
CMYK0.1000.680.42
HSL68.91º51.27%38.63%-
HSV(B)68.91º67.79%58.43%-
XYZ21.1126.786.85-
YUV13380.03128.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 48 (19.14% from 255) = 14.50%
R=40.48%
G=45.02%
B=14.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134149480.1000.680.4268.9151.2738.63
Hex869530A0442A453327
Octal20622560120104521056347
Binary10000110100101011100001010010001001010101000101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869530; }

 p { color: rgb(134,149,48); }

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

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

 a { background-color: rgb(134,149,48); }

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

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

 span { border-color: rgb(134,149,48); }

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