#869233

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

Shades of Wasabi #869233

Tints of Wasabi #869233

Color information

#869233 (or 0x869233) is unknown color: approx Wasabi. HEX triplet: 86, 92 and 33. RGB value is (134,146,51). Sum of RGB (Red+Green+Blue) = 134+146+51=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #869233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869233 is #796DCC. Grayscale: #838383. Windows color (decimal): -7957965 or 3379846. OLE color: 3379846.

HSL color Cylindrical-coordinate representation of color #869233: hue angle of 67.58º 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 #869233 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB13414651-
CMYK0.0800.650.43
HSL67.58º48.22%38.63%-
HSV(B)67.58º65.07%57.25%-
XYZ20.7125.877.03-
YUV131.5882.52129.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=40.48%
G=44.11%
B=15.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134146510.0800.650.4367.5848.2238.63
Hex86923380412B443027
Octal20622263100101531046047
Binary10000110100100101100111000010000011010111000100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869233; }

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

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

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

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

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

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

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

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